/* Podi Pops typefaces — single source of truth.
   Paths are relative to this file. */

/* Display / wordmark. Latin subset (U+0020–007E) of Super Hockey. */
@font-face {
  font-family: "Super Hockey";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("super-hockey.woff2") format("woff2");
}

/* Secondary / everything else. Variable, covers 400–700 in one file. */
@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fredoka-var.woff2") format("woff2");
}
