/* ==========================================================================
   Fonts — Storyteller Overland's exact type stack
   Termina Test : headings, buttons, tabs   (Fort Foundry TRIAL — see
                  assets/fonts/termina-test/README.txt before going live)
   DM Sans      : body copy                 (Google Fonts, linked in <head>)
   Figtree      : small uppercase labels    (Google Fonts)
   PT Serif     : script-style accent lines (Google Fonts)
   ========================================================================== */

@font-face {
  font-family: "Termina Test";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/termina-test/TerminaTest-Regular.woff") format("woff");
}

@font-face {
  font-family: "Termina Test";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/termina-test/TerminaTest-Demi.woff") format("woff");
}

@font-face {
  font-family: "Termina Test";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/termina-test/TerminaTest-Bold.woff") format("woff");
}

@font-face {
  font-family: "Termina Test";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/termina-test/TerminaTest-Heavy.woff") format("woff");
}

@font-face {
  font-family: "Termina Test";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/termina-test/TerminaTest-Black.woff") format("woff");
}
