/* Breakroom Studios — self-hosted fonts (@font-face). All SIL OFL licensed.
   Drop the matching .woff2 files into this folder (see README.txt here).
   font-display:swap shows fallback text immediately, then swaps in the webfont. */

/* Display — Archivo Black (single weight; range avoids faux-bold synthesis) */
@font-face{
  font-family:'Archivo Black';
  font-style:normal;
  font-weight:400 900;
  font-display:swap;
  src:url('archivo-black-regular.woff2') format('woff2');
}

/* Data / labels — Orbitron */
@font-face{font-family:'Orbitron';font-style:normal;font-weight:500;font-display:swap;src:url('orbitron-500.woff2') format('woff2');}
@font-face{font-family:'Orbitron';font-style:normal;font-weight:700;font-display:swap;src:url('orbitron-700.woff2') format('woff2');}
@font-face{font-family:'Orbitron';font-style:normal;font-weight:900;font-display:swap;src:url('orbitron-900.woff2') format('woff2');}

/* Body — Chakra Petch */
@font-face{font-family:'Chakra Petch';font-style:normal;font-weight:400;font-display:swap;src:url('chakra-petch-regular.woff2') format('woff2');}
@font-face{font-family:'Chakra Petch';font-style:normal;font-weight:500;font-display:swap;src:url('chakra-petch-500.woff2') format('woff2');}
@font-face{font-family:'Chakra Petch';font-style:normal;font-weight:600;font-display:swap;src:url('chakra-petch-600.woff2') format('woff2');}
@font-face{font-family:'Chakra Petch';font-style:normal;font-weight:700;font-display:swap;src:url('chakra-petch-700.woff2') format('woff2');}

/* Decorative katakana strip — Noto Sans JP 700 (subset to ブレイクルーム) */
@font-face{font-family:'Noto Sans JP';font-style:normal;font-weight:700;font-display:swap;src:url('noto-sans-jp-700.woff2') format('woff2');}
