/* ============================================================================
   BIG TINGS — Web fonts
   Loaded from Google Fonts.
     • Alice · Bitter · Noto Serif Display · Tangerine — the original bundle.
     • Chango — round, chunky web fallback for the site's groovy retro DISPLAY
       face (the live site uses a Cooper Black-style font). Swap in the real
       Cooper Black .woff2 here via @font-face when you have the licensed file.
   ============================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Chango&family=Bitter:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Noto+Serif+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Tangerine:wght@400;700&display=swap');

/* Cooper Black — the real DISPLAY face. No licensed web file yet, so this
   declares the family from a locally-installed copy if the user has one and
   otherwise falls through to the Bevan/Georgia stack in --font-display.
   Drop the licensed .woff2 in /fonts and add a url() src here when available. */
@font-face {
  font-family: "Cooper Black";
  src: local("Cooper Black"), local("CooperBlackStd"), local("Cooper Std Black");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
