/* Official Eurovision "Singing Sans" typeface - see fonts/README.md for
   provenance. Declared at both weight 400 and 700 pointing at the SAME
   file (it's a single-weight display face per the type specimen) so
   font-weight: 700 usages elsewhere resolve to the real face instead of
   the browser's synthetic/faux bold, which distorts a chunky display
   font badly. The Baloo 2 fallback in styles.css still applies briefly
   via font-display: swap while this loads. */

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

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