/* ── Resolve Sans — upright as primary body face ─────────────────────────── */

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

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

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

@font-face {
  font-family: 'Resolve Sans';
  src: url('../fonts/resolve-sans/Resolve-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

/* ── Resolve Display — BlackExtIta for editorial headings ─────────────────── */

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