/* ============================================================
   Protectors — Webfonts
   Termina (primary display typeface). Helvetica Neue (secondary
   body typeface) is a system font; we rely on the system stack.
   ============================================================ */

@font-face {
  font-family: "Termina";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-Thin.woff2") format("woff2"),
       url("../fonts/Termina-Thin.woff") format("woff");
}
@font-face {
  font-family: "Termina";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-ExtraLight.woff2") format("woff2"),
       url("../fonts/Termina-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Termina";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-Light.woff2") format("woff2"),
       url("../fonts/Termina-Light.woff") format("woff");
}
@font-face {
  font-family: "Termina";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-Regular.woff2") format("woff2"),
       url("../fonts/Termina-Regular.woff") format("woff");
}
@font-face {
  font-family: "Termina";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-Medium.woff2") format("woff2"),
       url("../fonts/Termina-Medium.woff") format("woff");
}
@font-face {
  font-family: "Termina";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-Demi.woff2") format("woff2"),
       url("../fonts/Termina-Demi.woff") format("woff");
}
@font-face {
  font-family: "Termina";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-Bold.woff2") format("woff2"),
       url("../fonts/Termina-Bold.woff") format("woff");
}
/* Heavy is the brand's primary display weight — mapped to 800. */
@font-face {
  font-family: "Termina";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-Heavy.woff2") format("woff2"),
       url("../fonts/Termina-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Termina";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Termina-Black.woff2") format("woff2"),
       url("../fonts/Termina-Black.woff") format("woff");
}
