/* ==========================================================================
   Summit Golf Academy — typefaces
   --------------------------------------------------------------------------
   Anton for display, Inter for body. Both self-hosted, both subset to Latin.
   Loaded before tokens.css so the families exist by the time tokens name them.
   ========================================================================== */

/* Anton — display only. One weight; the family ships no others.
   Subset from 978 glyphs to 237. No tabular figures exist in this face,
   which is why the price is set in Inter, not Anton. */
@font-face {
  font-family: "Anton";
  src: url("../fonts/anton-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter — body, UI, and every number on the page.
   Variable: one file covers the whole 100-900 weight range, so headings can
   be heavy without a second download. Optical sizing adjusts letterforms
   automatically between 14 and 32px. Has tabular figures. */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
