/* ============================================================
   Pinpoint brand typography  —  self-hosted web fonts
   Upload this whole folder (all .woff2 files + this .css) via
   Platform → Careers Sites → Custom Fonts, then point the Theme's
   font stylesheet URL at the uploaded typography.css.
   Guru ref: "Adding Custom Fonts in Pinpoint".

   Brand system (Pinpoint Brand Guidelines → Typography):
     • GT Sectra Display — large headlines / titles   (Title = Medium)
     • GT Sectra Fine    — sub-headlines / smaller serif
     • GT Walsheim Pro   — all body copy, inputs, captions, buttons, UI

   Theme mapping:
     Heading font = "GT Sectra Display"
     Body font    = "GT Walsheim Pro"
   ============================================================ */

/* ---------------- GT Walsheim Pro (body / UI) ---------------- */
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("./GT-Walsheim-Pro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("./GT-Walsheim-Pro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("./GT-Walsheim-Pro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("./GT-Walsheim-Pro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ------------- GT Sectra Display (large headlines) ------------- */
@font-face {
  font-family: "GT Sectra Display";
  src: url("./GT-Sectra-Display-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Sectra Display";
  src: url("./GT-Sectra-Display-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Sectra Display";
  src: url("./GT-Sectra-Display-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Sectra Display";
  src: url("./GT-Sectra-Display-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --------------- GT Sectra Fine (sub-headlines) --------------- */
@font-face {
  font-family: "GT Sectra Fine";
  src: url("./GT-Sectra-Fine-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Sectra Fine";
  src: url("./GT-Sectra-Fine-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Sectra Fine";
  src: url("./GT-Sectra-Fine-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
