/* Understory career site fonts — self-hosted for people.understory.io
   Matches folder layout: CSS at top level; National 2 files inside /WOFF2/.
   Header = National 2 Condensed | Body = Inter | PP Editorial New = optional accents */

/* ============ INTER (body) — variable, all weights in one file ============ */
@font-face {
  font-family: "Inter";
  src: url("InterVariable.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}

/* ============ PP EDITORIAL NEW (optional, for accents via Custom Styles) ============ */
@font-face {
  font-family: "PP Editorial New";
  src: url("PPEditorialNew-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}

/* ============ NATIONAL 2 CONDENSED (headlines) — full family ============ */
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-thin.woff2") format("woff2"); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-thin-italic.woff2") format("woff2"); font-weight: 100; font-style: italic; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-extralight.woff2") format("woff2"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-extralight-italic.woff2") format("woff2"); font-weight: 200; font-style: italic; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-light-italic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-regular-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-medium-italic.woff2") format("woff2"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-bold-italic.woff2") format("woff2"); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-extrabold.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-extrabold-italic.woff2") format("woff2"); font-weight: 800; font-style: italic; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-black.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "National 2 Condensed"; src: url("WOFF2/national-2-condensed-black-italic.woff2") format("woff2"); font-weight: 900; font-style: italic; font-display: swap; }
