/* ============================================================
   GTR GROUP — Webfonts
   Brand typeface: "Simpler" — geometric grotesque, self-hosted.
   Weights: Light 300 · Regular 400 · Bold 700 · Black 900.

   Also self-hosted (available, not yet bound to a token):
   · "Simpler Pro"           — Regular 400 / Bold 700
   · "Simpler Pro Extended"  — Ultra 900 (extreme display)
   · "PolySans"              — Median 500 / Bulky 800
   ============================================================ */

/* ---- Simpler (primary brand face) ---- */
@font-face {
  font-family: "Simpler";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../../fonts/Simpler-Light.otf") format("opentype");
}
@font-face {
  font-family: "Simpler";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Simpler-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Simpler";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Simpler-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Simpler";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Simpler-Black.otf") format("opentype");
}

/* ---- Simpler Pro ---- */
@font-face {
  font-family: "Simpler Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SIMPLERPRO-REGULAR_0.OTF") format("opentype");
}
@font-face {
  font-family: "Simpler Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SIMPLERPRO-BOLD.7C331D935D98E62E17860E6B706DEEFB.TTF") format("truetype");
}

/* ---- Simpler Pro Extended (Ultra display) ---- */
@font-face {
  font-family: "Simpler Pro Extended";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SIMPLERPROEXTENDED-ULTRA.7A63E9C8881F5B06DCB1BEE1F089720B.TTF") format("truetype");
}

/* ---- PolySans ---- */
@font-face {
  font-family: "PolySans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PolySans-Median.otf") format("opentype");
}
@font-face {
  font-family: "PolySans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PolySans-Bulky.otf") format("opentype");
}
