/* ============================================================
   Cake Your Story — Webfonts
   ------------------------------------------------------------
   Display  : Fredoka       (chubby, rounded — the "sticker" face)
   Body/UI  : Plus Jakarta Sans (friendly geometric sans)
   Numeric  : Baloo 2       (rounded numerals for scores/stats)

   NOTE (font substitution): the brief calls for a bespoke
   chubby-rounded display face with a baked-in chocolate outline.
   No binary was supplied, so we ship the closest Google Fonts
   match (Fredoka) and reproduce the chocolate outline + drop
   shadow in CSS via the --sticker-* tokens in typography.css.
   Swap the @font-face/src below if real brand fonts arrive.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&family=Baloo+2:wght@500;600;700;800&display=swap');
