/* ── Young Bold — display font for headings, nav, buttons, UI ── */
@font-face {
  font-family: 'Young';
  src: url('../fonts/Young-Bold.otf') format('opentype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

/* ── Quen Regular — body font for paragraphs, descriptions ── */
@font-face {
  font-family: 'Quen';
  src: url('../fonts/Quen-Regular.otf') format('opentype');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
