/* =========================================================
   C&E — BIBLIOTECA TIPOGRÁFICA LOCAL
   Cargar este archivo ANTES del CSS de cada página/panel.
   No depende de Google Fonts ni de ningún CDN en producción.
========================================================= */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/assets/fonts/dm-sans/dm-sans-latin-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url('/assets/fonts/libre-baskerville/libre-baskerville-latin-variable.woff2') format('woff2');
}

:root {
  --cye-font-sans: 'DM Sans', Arial, sans-serif;
  --cye-font-serif: 'Libre Baskerville', Georgia, serif;
}

/* Utilidades opcionales */
.cye-font-sans {
  font-family: var(--cye-font-sans);
}

.cye-font-serif {
  font-family: var(--cye-font-serif);
}
