/* ============================================================
   @font-face — Human Appeal Theme
   Self-hosted fonts: Fields Display & Oakes Grotesk
   ============================================================ */

/* ── Fields Display (serif, H1/H2 page titles) ─────────── */

@font-face {
  font-family: 'Fields Display';
  src: url('../fonts/Fields_Extra-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fields Display';
  src: url('../fonts/Fields-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fields Display';
  src: url('../fonts/Fields-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fields Display';
  src: url('../fonts/Fields-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fields Display';
  src: url('../fonts/Fields-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fields Display';
  src: url('../fonts/Fields-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fields Display';
  src: url('../fonts/Fields-Ultra-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fields Display';
  src: url('../fonts/Fields-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ── Oakes Grotesk (sans-serif, body & H3-H6) ──────────── */

@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/OakesGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/OakesGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/OakesGrotesk-Semi-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url('../fonts/OakesGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}

/* ── GE SS Two ──────────────────────────────────────────── */

@font-face {
  font-family: 'GE SS Two';
  src: url('../fonts/ge-ss-two-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GE SS Two';
  src: url('../fonts/GESSTwoBold-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── STC ────────────────────────────────────────────────── */

@font-face {
  font-family: 'STC';
  src: url('../fonts/stc.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
