/* Licensed "Singing Sans" font files are not bundled in this repo.
   Drop the files described in fonts/README.md into this folder and these
   two @font-face rules will start resolving automatically. Until then the
   404s are harmless -- the CSS fallback stack (Baloo 2) takes over. */

@font-face {
  font-family: "Singing Sans";
  src: url("fonts/Singing-Sans-Regular.woff2") format("woff2"),
       url("fonts/Singing-Sans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Singing Sans";
  src: url("fonts/Singing-Sans-Bold.woff2") format("woff2"),
       url("fonts/Singing-Sans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
