/*
 * Self-hosted variable fonts (OFL licensed, vendored in app/assets/fonts).
 *
 * Served by Propshaft, which rewrites the url() references below to their
 * digested /assets/... paths at serve time. Kept out of the Tailwind input
 * file so tailwindcss:watch rebuilds stay fast.
 *
 *   Archivo  — display face (headlines, hero numerals). Axes: wght 100-900, wdth 62-125.
 *   Inter    — text/UI face (body, forms, tables).      Axes: wght 100-900, opsz 14-32.
 */

@font-face {
  font-family: "Archivo";
  src: url("/assets/archivo-var-2348e0b4.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}

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