@font-face {
  font-family: 'OpenSans-Medium';
  src: url("/assets/open-sans/OpenSans-Medium-a3a15e06.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("/assets/open-sans/OpenSans-Regular-2a212be2.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ABCWhyte-Medium';
  src: url("/assets/abc-whyte/ABCWhyte-Medium-0d2c2d64.woff2") format('woff2'),
    url("/assets/abc-whyte/ABCWhyte-Medium-b6f40591.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ABCWhyte-Regular';
  src: url("/assets/abc-whyte/ABCWhyte-Regular-f1b5acb6.woff2") format('woff2'),
    url("/assets/abc-whyte/ABCWhyte-Regular-8302e5e8.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphik Cond';
  src: url("/assets/graphik/GraphikCondensed-Semibold-bcfc2cb6.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Whyte Inktrap';
  src: url("/assets/whyte-inktrap/WhyteInktrap-Regular-b762a511.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Montserrat Variable Font - Latin Extended (Polish, Czech, etc.) */
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/montserrat/montserrat-latin-ext-9d7ec31b.woff2") format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: optional;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Montserrat Variable Font - Latin (Basic) */
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/montserrat/montserrat-latin-9fa5e944.woff2") format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: optional;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
  Adjusted fallback fonts to minimize CLS during font loading.
  Metrics approximated to match custom font dimensions against Arial.
  Verify visually after deploy; fine-tune values if text still shifts.
  Tool: https://screenspan.net/fallback
*/
@font-face {
  font-family: 'Montserrat Fallback';
  src: local('Arial');
  size-adjust: 113.6%;
  ascent-override: 84%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Graphik Cond Fallback';
  src: local('Arial');
  size-adjust: 78%;
  ascent-override: 105%;
  descent-override: 27%;
  line-gap-override: 0%;
}
