/* ── Self-hosted variable fonts ──
   A single file per family covers the full weight range via its 'wght'
   axis — no per-weight @font-face blocks needed. */

@font-face {
  font-family: 'Rubik';
  src: url('../assets/fonts/Rubik-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('../assets/fonts/Rubik-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
}

@font-face {
  font-family: 'Manrope';
  src: url('../assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 200 800;
  font-style: normal;
}
