/* Fuentes locales (variables, subset latin — cubre el español) vendorizadas de
   Google Fonts. Sin CDN: la UI funciona dentro del tailnet y bajo CSP 'self'. */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(EBGaramond-var.woff2) format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url(EBGaramond-italic-var.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(Inter-var.woff2) format('woff2');
}
