/* The Field — typeface declarations.
   Exposure is variable with a custom EXPO axis (range -50 ↔ +100).
   GT America (Standard + Mono) is licensed via Grilli Type. */

@font-face {
  font-family: "Exposure";
  src: url("/public/fonts/Exposure.woff2") format("woff2-variations"),
       url("/public/fonts/Exposure.woff2") format("woff2");
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exposure";
  src: url("/public/fonts/Exposure-Italic.woff2") format("woff2-variations"),
       url("/public/fonts/Exposure-Italic.woff2") format("woff2");
  font-weight: 1 1000;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "GT America";
  src: url("/public/fonts/GT-America-Standard-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("/public/fonts/GT-America-Standard-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url("/public/fonts/GT-America-Standard-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America Mono";
  src: url("/public/fonts/GT-America-Mono-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
