/* =============================================================
   BRAUNY VELOZ — Mark Pro como webfont oficial (self-hosted)
   Familia: Light 300 / Regular 400 / Medium 500 / Bold 700
            + Italic 400 / BoldItalic 700
   woff2 optimizado (~12KB por peso)
   ============================================================= */

@font-face {
  font-family: 'Mark Pro';
  src: url('../assets/fonts/MarkPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../assets/fonts/MarkPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../assets/fonts/MarkPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../assets/fonts/MarkPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../assets/fonts/MarkPro-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../assets/fonts/MarkPro-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* =============================================================
   Fallback CIRÍLICO (ruso) — Inter variable, subset cyrillic
   Mark Pro no incluye cirílico, así que el navegador resuelve
   POR GLIFO: latino -> Mark Pro, cirílico -> Inter.
   unicode-range evita que se descargue si la página no lo usa.
   ============================================================= */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/Inter-Cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
