/* ============================================================
   ASHBOURNE — Webfonts
   Three families, no others:
   · Newake  — oversized display statements only
   · Coanda  — technical headings, labels, data (wide geometric)
   · Google Sans — body, UI, prose, numeric readouts
   · F37 Judge — brand accent text / condensed subheads
   ============================================================ */

/* —— Google Sans — body / UI / data (variable) —— */
@font-face {
  font-family: "Google Sans";
  src: url("../assets/fonts/GoogleSans-Variable.woff2") format("woff2"),
       url("../assets/fonts/GoogleSans-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("../assets/fonts/GoogleSans-Italic-Variable.woff2") format("woff2"),
       url("../assets/fonts/GoogleSans-Italic-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* —— Newake — display —— */
@font-face {
  font-family: "Newake";
  src: url("../assets/fonts/Newake-Regular.woff2") format("woff2"),
       url("../assets/fonts/Newake-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* —— Coanda — technical / structural —— */
@font-face {
  font-family: "Coanda";
  src: url("../assets/fonts/Coanda-Thin.woff2") format("woff2"),
       url("../assets/fonts/Coanda-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coanda";
  src: url("../assets/fonts/Coanda-Light.woff2") format("woff2"),
       url("../assets/fonts/Coanda-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coanda";
  src: url("../assets/fonts/Coanda-Regular.woff2") format("woff2"),
       url("../assets/fonts/Coanda-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coanda";
  src: url("../assets/fonts/Coanda-Bold.woff2") format("woff2"),
       url("../assets/fonts/Coanda-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coanda";
  src: url("../assets/fonts/Coanda-Black.woff2") format("woff2"),
       url("../assets/fonts/Coanda-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* —— F37 Judge — normal width —— */
@font-face {
  font-family: "F37 Judge";
  src: url("../assets/fonts/F37Judge-Thin.woff2") format("woff2"),
       url("../assets/fonts/F37Judge-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("../assets/fonts/F37Judge-Regular.woff2") format("woff2"),
       url("../assets/fonts/F37Judge-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("../assets/fonts/F37Judge-Medium.woff2") format("woff2"),
       url("../assets/fonts/F37Judge-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("../assets/fonts/F37Judge-Bold.woff2") format("woff2"),
       url("../assets/fonts/F37Judge-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* —— F37 Judge — condensed —— */
@font-face {
  font-family: "F37 Judge Condensed";
  src: url("../assets/fonts/F37Judge-RegularCondensed.woff2") format("woff2"),
       url("../assets/fonts/F37Judge-RegularCondensed.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge Condensed";
  src: url("../assets/fonts/F37Judge-BoldCondensed.woff2") format("woff2"),
       url("../assets/fonts/F37Judge-BoldCondensed.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* —— F37 Judge — extended —— */
@font-face {
  font-family: "F37 Judge Extended";
  src: url("../assets/fonts/F37Judge-BoldExtended.woff2") format("woff2"),
       url("../assets/fonts/F37Judge-BoldExtended.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
