/* ANGA MASTERY — webfonts.

   Two faces, split by script — confirmed by the brand owner:
     • Thai    → "Aktiv Grotesk Thai"  (Hair / Light / Regular / Medium / SemiBold / Bold)
     • English → "Poppins"             (Light → ExtraBold)

   Poppins loads from Google Fonts below.

   Aktiv Grotesk Thai is a licensed Dalton Maag retail family, so it cannot be loaded from
   a CDN and no binaries ship in the .fig. --font-ui / --font-th point at it by name and
   fall back to the platform sans until the files are uploaded. No other family is
   substituted for it.

   TO INSTALL IT: upload the licensed files (assets/fonts/ is the conventional home) and
   uncomment the block below, adjusting the filenames.

   
   
   
   
   

   Nothing else in the system needs to change — every component already asks for
   var(--font-ui) / var(--font-display).

   Minor faces seen in the file (Noto Sans Thai, DM Sans, Urbanist, Mitr, LINE Seed Sans TH,
   Kittithada) appear only in pasted third-party artwork and are NOT part of the system. */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* Iconography. Every UI glyph in the .fig is a Google Material Symbol
   (account_circle, add_circle, book_2, border_color, settings, shopping_cart,
   live_help, move_item, app_registration, add_photo_alternate …), so the icon
   font is loaded from Google's CDN rather than re-drawn. Copies of the exact
   SVGs pulled out of the file live in assets/icons/ for offline handoff. */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0&display=block');
