/**
 * POA Quiz custom fonts (bundled under assets/fonts/ in WP; repo mirrors assets/fonts → fonts/ for css/ standalone).
 * Family names are stable aliases for use in poa-quiz.css.
 * Paths use ../fonts/ so they resolve from css/ (dev) and from assets/css/ (theme & plugin) to the correct folder.
 */
@font-face {
  font-family: 'LMMonoPropLt10-Regular';
  src: url('../fonts/lmmonoproplt10-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'POA Mono';
  src: url('../fonts/lmmonoproplt10-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'POA Script';
  src: url('../fonts/Herchey%20Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

/* Inkscape / SVG exports use this family name. */
@font-face {
  font-family: 'LasVegas-Castaway';
  src: url('../fonts/LasVegas-Castaway.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'POA SignPainter';
  src: url('../fonts/SignPainter%20HouseShowcard.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Single master file; map bold requests to the same face for SVG/CSS weight: 700. */
@font-face {
  font-family: 'POA SignPainter';
  src: url('../fonts/SignPainter%20HouseShowcard.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* TC Bobby Jones Soft — landing tagline + sheet question titles (bundled). */
@font-face {
  font-family: 'Bobby Jones Soft';
  src: url('../fonts/Bobby-Jones-Soft.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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