/* 
  Local Fonts Optimization 
  Using Variable Fonts to cover all weights and prevent 404/422 errors.
*/

/* Inter */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

/* Manrope */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Manrope[wght].ttf') format('truetype');
}

/* Noto Serif */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-display: swap;
  src: url('../fonts/NotoSerif[wdth,wght].ttf') format('truetype');
}

/* Montez */
@font-face {
  font-family: 'Montez';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Montez/Montez-Regular.ttf') format('truetype');
}
