/* ============================================================
   Cocoa — webfonts
   Two OFL pixel fonts embedded in the apps. Pixelify Sans covers
   Latin + numerals (the 7-segment displays lean on it hard);
   DotGothic16 covers Korean / CJK in the same dot-matrix idiom.
   Fallback stack in the apps: Pixelify Sans -> DotGothic16 -> Consolas.
   ============================================================ */

@font-face {
  font-family: "Pixelify Sans";
  src: url("../assets/fonts/PixelifySans.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DotGothic16";
  src: url("../assets/fonts/DotGothic16-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
