/**
 * fonts-franie.css — Tipografía corporativa TrufiQ (manual de marca, Coolte 2026).
 * Uso exclusivo de la landing page por ahora; la app (Cormorant Garamond + Manrope)
 * se migra en una iteración posterior.
 */
@font-face {
  font-family: "Franie";
  src: url("/static/fonts/franie/Franie-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Franie";
  src: url("/static/fonts/franie/Franie-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Franie";
  src: url("/static/fonts/franie/Franie-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Franie";
  src: url("/static/fonts/franie/Franie-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Franie";
  src: url("/static/fonts/franie/Franie-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
