/* ==============================
   Tiempos Headline (Black)
   ============================== */
@font-face {
  font-family: "TiemposHeadline-Black";
  src: url("/assets/css/fonts/TiemposHeadline-Black.woff2") format("woff2"),
    url("/assets/css/fonts/TiemposHeadline-Black.woff") format("woff"),
    url("/assets/css/fonts/TiemposHeadline-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ==============================
   Noto Serif (Variable)
   ============================== */

/* Roman */
@font-face {
  font-family: "Noto Serif";
  src: url("/assets/css/fonts/NotoSerif-VariableFont_wdth,wght.woff2")
      format("woff2-variations"),
    url("/fonts/NotoSerif-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Noto Serif";
  src: url("/assets/css/fonts/NotoSerif-Italic-VariableFont_wdth,wght.woff2")
      format("woff2-variations"),
    url("/assets/css/fonts/NotoSerif-Italic-VariableFont_wdth,wght.ttf")
      format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

/* Fallbacks estáticos (opcional, si tenés estos archivos) */
/* @font-face {
  font-family: "Noto Serif";
  src: url("/assets/css/fonts/noto-serif-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("/assets/css/fonts/noto-serif-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("/assets/css/fonts/noto-serif-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

/* ==============================
   Noto Serif Thai (Variable)
   ============================== */
@font-face {
  font-family: "Noto Serif Thai";
  src: url("/assets/css/fonts/NotoSerifThai-VariableFont_wdth,wght.woff2")
      format("woff2-variations"),
    url("/assets/css/fonts/NotoSerifThai-VariableFont_wdth,wght.ttf")
      format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

/* (Opcional) peso fijo 900 para compatibilidad legacy en Thailand */
@font-face {
  font-family: "Noto Serif-900";
  src: url("/assets/css/fonts/NotoSerifThai-VariableFont_wdth,wght.woff2")
      format("woff2-variations"),
    url("/assets/css/fonts/NotoSerifThai-VariableFont_wdth,wght.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ==============================
   Roboto (Variable)
   ============================== */

/* Roman */
@font-face {
  font-family: "Roboto";
  src: url("/assets/css/fonts/Roboto-VariableFont_wdth,wght.woff2")
      format("woff2-variations"),
    url("/assets/css/fonts/Roboto-VariableFont_wdth,wght.ttf")
      format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Roboto";
  src: url("/assets/css/fonts/Roboto-Italic-VariableFont_wdth,wght.woff2")
      format("woff2-variations"),
    url("/assets/css/fonts/Roboto-Italic-VariableFont_wdth,wght.ttf")
      format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}
