/* SooRich — Webfonts
   NOTE — FONT SUBSTITUTION FLAGGED:
   No brand font files were supplied. Packaging shows two custom faces we do not
   have licensed files for:
     1) A chunky rounded-terminal bold sans used in the "Soo Rich" logotype and
        product-name lockups (bottles, tins, sachets).
     2} A confident slab/display serif used on the sleep-dessert-chocolate box.
   Closest Google Fonts substitutes are used below. Please supply the real
   brand font files (or exact names) so these can be swapped in — see readme.md.
*/

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

:root {
  /* Display / logotype-style — rounded bold, stands in for the SooRich wordmark face */
  --font-display: 'Baloo 2', ui-rounded, 'Segoe UI Rounded', sans-serif;

  /* Editorial serif — stands in for the slab serif on premium packaging (chocolates) */
  --font-serif: 'Zilla Slab', Georgia, serif;

  /* Body / UI — clean geometric sans for all functional copy */
  --font-body: 'Plus Jakarta Sans', -apple-system, 'Segoe UI', sans-serif;

  --font-mono: 'SF Mono', 'Courier New', monospace;
}
