/* Freda webfonts.
   Primary: GT Planar — headers, subheaders, body (the vast majority of comms).
   Accent:  Simon Mono — labels, annotations, headers/footers, technical details. */

/* ---- GT Planar (primary) ---- */
@font-face {
  font-family: "GT Planar";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/GT-Planar-Light.woff2") format("woff2"),
       url("../assets/fonts/GT-Planar-Light.woff") format("woff");
}
@font-face {
  font-family: "GT Planar";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/GT-Planar-Regular.woff2") format("woff2"),
       url("../assets/fonts/GT-Planar-Regular.woff") format("woff");
}
@font-face {
  font-family: "GT Planar";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/GT-Planar-Medium.woff2") format("woff2"),
       url("../assets/fonts/GT-Planar-Medium.woff") format("woff");
}

/* ---- Simon Mono (accent) ---- */
@font-face {
  font-family: "Simon Mono";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SimonMono-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Simon Mono";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SimonMono-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Simon Mono";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SimonMono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Simon Mono";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SimonMono-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Simon Mono";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/SimonMono-Bold.woff2") format("woff2");
}
