/* ==========================================================================
   Fonts — Edge Pharma
   Self-hosted Termina family (assets/fonts/termina). Declared once here;
   css/base/variables.css points --font-family-base at it, so every
   element that already reads that variable picks it up automatically.
   ========================================================================== */

@font-face {
  font-family: "Termina";
  src: url("../../assets/fonts/termina/TerminaTest-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Termina";
  src: url("../../assets/fonts/termina/TerminaTest-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Termina";
  src: url("../../assets/fonts/termina/TerminaTest-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Termina";
  src: url("../../assets/fonts/termina/TerminaTest-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

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