/* Webfonts — Google Fonts (no binaries were supplied with the source kit).
   v2.3 — single modern sans: Inter (SIL OFL, @expo-google-fonts/inter) carries BOTH the UI and the
   display role. The serif is retired from the interface.

   LOGO ONLY, never reachable from a component: --font-logo-serif (Cormorant Garamond) and
   --font-script (Marck Script) exist solely for the «КАЛОРИИ в балансе» lockup, which is a brand
   mark and out of scope for v2.3. Nothing but Logo may reference them. */
/* webfonts are self-hosted — see assets/fonts/fonts.css */

:root{
  --font-ui:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-display:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-logo-serif:'Cormorant Garamond','Times New Roman',serif; /* @kind font */ /* LOGO LOCKUP ONLY */
  --font-script:'Marck Script','Segoe Script',cursive; /* @kind font */ /* LOGO LOCKUP ONLY */
}
