﻿/* ==========================================================================
   AUSTRAL â€” fonts.css
   Tres voces tipogrÃ¡ficas, self-hosted (variables, subset latin con acentos).
   Â· Crimson Pro â€” display: h1/h2, marca, momentos editoriales
   Â· Public Sans â€” cuerpo y lectura, h3/h4
   Â· Inter       â€” capa UI: controles, tablas, cifras tabulares
   Cargar ANTES de tokens.css. Sin CDNs: cero dependencias externas.
   ========================================================================== */

@font-face {
  font-family: "Crimson Pro";
  src: url("fonts/crimson-pro-latin-wght.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  size-adjust: 110%; /* compensa la x-height baja del serif frente a las sans del sistema */
}

@font-face {
  font-family: "Public Sans";
  src: url("fonts/public-sans-latin-wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

