/* Project Western typography: upright condensed headings and Inter body text.
   Fonts are served locally; original font licenses are in ../fonts/. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter-Variable.woff2") format("woff2"),
       url("../fonts/Inter-Variable.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/BarlowCondensed-ExtraBold.woff2") format("woff2"),
       url("../fonts/BarlowCondensed-ExtraBold.ttf") format("truetype");
}

:root {
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
}
