/* ============================================================
   Rolling Mango — Font loading
   ------------------------------------------------------------
   No local font binaries were provided in the brand package.
   All three brand faces are reliably available from public CDNs,
   so we load them there. Swap these for self-hosted @font-face
   blocks if you need an offline / locked-down build.

   • Pretendard          — Korean (국문) body + UI text
   • Montserrat          — Latin / numbers (영문·숫자)
   • Montserrat Alternates — rounded display face used in the logo
                            and large playful headlines
   ============================================================ */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Montserrat+Alternates:wght@400;500;600;700&display=swap");
