/* ==========================================================================
   Kids Corner — Fonts
   - Roca (Roca One) : display / titles  (Adobe Fonts web project)
   - Lora            : body               (Google Fonts)
   - Patrick Hand    : accent / captions  (Google Fonts; optional marker)
   ========================================================================== */

/* Roca — Adobe Fonts (Typekit) web project. CSS family name: "roca" (400, 700). */
@import url('https://use.typekit.net/amv5hjb.css');

/* Lora (body) + Patrick Hand (accent) from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&family=Patrick+Hand&display=swap');
