/* =====================================================================
   GURIN — fuentes locales (sin CDN)
   Variable fonts en /assets/fonts. Se incluye en landing, acceso y panel
   para que todo cargue sin depender de Google Fonts.
   ===================================================================== */

@font-face {
  font-family: 'DM Sans';
  src: url('/assets/fonts/DMSans.ttf') format('truetype');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('/assets/fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 100 900; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/assets/fonts/PlayfairDisplay.ttf') format('truetype');
  font-weight: 400 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/assets/fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400 900; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/assets/fonts/JetBrainsMono.ttf') format('truetype');
  font-weight: 100 800; font-style: normal; font-display: swap;
}
