/*? CourierPrime*/
@font-face {
  font-family: 'CourierPrime';
  src: url('/fonts/CourierPrime.woff2') format('woff2'),
       url('/fonts/CourierPrime.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? IBMPlex*/
@font-face {
  font-family: 'IBMPlex';
  src: url('/fonts/IBMPlex.woff2') format('woff2'),
       url('/fonts/IBMPlex.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? Kalam*/
@font-face {
  font-family: 'Kalam';
  src: url('/fonts/Kalam.woff2') format('woff2'),
       url('/fonts/Kalam.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? Lato*/
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato.woff2') format('woff2'),
       url('/fonts/Lato.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? Merienda*/
@font-face {
  font-family: 'Merienda';
  src: url('/fonts/Merienda.woff2') format('woff2'),
       url('/fonts/Merienda.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? Nunito*/
@font-face {
  font-family: 'Nunito';
  src: url('/fonts/Nunito.woff2') format('woff2'),
       url('/fonts/Nunito.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? Rubik*/
@font-face {
  font-family: 'Rubik';
  src: url('/fonts/Rubik.woff2') format('woff2'),
       url('/fonts/Rubik.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? Sriracha*/
@font-face {
  font-family: 'Sriracha';
  src: url('/fonts/Sriracha.woff2') format('woff2'),
       url('/fonts/Sriracha.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? UbuntuMono*/
@font-face {
  font-family: 'UbuntuMono';
  src: url('/fonts/UbuntuMono.woff2') format('woff2'),
       url('/fonts/UbuntuMono.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? BadScript*/
@font-face {
  font-family: 'BadScript';
  src: url('/fonts/BadScript.woff2') format('woff2'),
       url('/fonts/BadScript.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? Playwrite*/
@font-face {
  font-family: 'Playwrite';
  src: url('/fonts/Playwrite.woff2') format('woff2'),
       url('/fonts/Playwrite.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? FugazOne*/
@font-face {
  font-family: 'FugazOne';
  src: url('/fonts/FugazOne.woff2') format('woff2'),
       url('/fonts/FugazOne.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? NovaSquare*/
@font-face {
  font-family: 'NovaSquare';
  src: url('/fonts/NovaSquare.woff2') format('woff2'),
       url('/fonts/NovaSquare.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*? Roboto*/
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto.woff2') format('woff2'),
       url('/fonts/Roboto.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* ## Kullanacağım font türleri:

#### Regular
* Lato ❌
* Nunito 👍 (sub_title, product > a)
* Rubik 👍 (search input)
* FugazOne
* NovaSquare


### Italic
* Kalam  ***************x
* Merienda 👍(mark)
* Sriracha  (footer > div:2)
* BadScript
* Playwrite



### Monospace
* IBMPlex 👍 (logProcess)
* UbuntuMono
* CourierPrime 

 */