/* ============================================================
   HOFFMAN INSTITUTE — FONTS.CSS
   ============================================================
   Este archivo gestiona las tipografías del sitio.

   MODO OFFLINE (sin internet):
   Usa las fuentes del sistema definidas abajo — el sitio se 
   ve correctamente con Georgia y system-ui.

   MODO CON INTERNET:
   Los archivos .woff2 en css/fonts/ se cargan automáticamente
   si los descargaste con el script download-fonts.ps1 (Windows)
   o download-fonts.sh (Mac/Linux) incluidos en la carpeta.
   ============================================================ */

/* ── Cormorant Garamond — fuente serif editorial ────────── */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Cormorant Garamond Light'),
       local('CormorantGaramond-Light'),
       url('fonts/cormorant-garamond-300.woff2') format('woff2'),
       url('fonts/cormorant-garamond-300.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Cormorant Garamond Light Italic'),
       local('CormorantGaramond-LightItalic'),
       url('fonts/cormorant-garamond-300italic.woff2') format('woff2'),
       url('fonts/cormorant-garamond-300italic.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cormorant Garamond'),
       local('CormorantGaramond-Regular'),
       url('fonts/cormorant-garamond-regular.woff2') format('woff2'),
       url('fonts/cormorant-garamond-regular.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Cormorant Garamond Italic'),
       local('CormorantGaramond-Italic'),
       url('fonts/cormorant-garamond-italic.woff2') format('woff2'),
       url('fonts/cormorant-garamond-italic.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Cormorant Garamond Medium'),
       local('CormorantGaramond-Medium'),
       url('fonts/cormorant-garamond-500.woff2') format('woff2'),
       url('fonts/cormorant-garamond-500.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Cormorant Garamond SemiBold'),
       local('CormorantGaramond-SemiBold'),
       url('fonts/cormorant-garamond-600.woff2') format('woff2'),
       url('fonts/cormorant-garamond-600.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Cormorant Garamond SemiBold Italic'),
       local('CormorantGaramond-SemiBoldItalic'),
       url('fonts/cormorant-garamond-600italic.woff2') format('woff2'),
       url('fonts/cormorant-garamond-600italic.woff') format('woff');
}

/* ── Jost — fuente sans-serif UI ────────────────────────── */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Jost Light'),
       local('Jost-Light'),
       url('fonts/jost-300.woff2') format('woff2'),
       url('fonts/jost-300.woff') format('woff');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Jost'),
       local('Jost-Regular'),
       url('fonts/jost-regular.woff2') format('woff2'),
       url('fonts/jost-regular.woff') format('woff');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Jost Medium'),
       local('Jost-Medium'),
       url('fonts/jost-500.woff2') format('woff2'),
       url('fonts/jost-500.woff') format('woff');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Jost SemiBold'),
       local('Jost-SemiBold'),
       url('fonts/jost-600.woff2') format('woff2'),
       url('fonts/jost-600.woff') format('woff');
}
