/* Brand foundation — nakupujichytře.cz. Loaded AFTER app.css/cart.css.
   Brand foundation: tokens + fonts (@font-face + body/display font-family below).
   Mirrors Pico v2.1.1 theme-gated specificity so --pico-* actually override. */

/* Self-hosted Inter (variable). latin-ext carries ř/ě/č/ů/ž/š — mandatory for Czech.
   Theme-independent, above the theme blocks. */
@font-face { font-family:'Inter'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('/assets/fonts/Inter-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:'Inter'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('/assets/fonts/Inter-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193; }
body { font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif; }
:root { --cx-display:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif; }

:root:not([data-theme=dark]), [data-theme=light] {
  --brand-teal-fill:#0F766E; --brand-teal-text:#0F766E;
  --brand-teal-lg:#0D9488; /* reserved: large text ≥18.66px-bold / decorative only */
  --brand-amber:#F59E0B; /* reserved: landing-only; app usage = review-reject */
  --pico-primary:#0F766E; --pico-primary-background:#0F766E; --pico-primary-border:#0F766E;
  --pico-primary-hover:#0b5d56; --pico-primary-hover-background:#0b5d56;
  --pico-primary-focus:#0F766E; --pico-primary-underline:#0F766E; --pico-primary-inverse:#fff;
  --cx-radius:12px; --pico-border-radius:12px;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --brand-teal-fill:#0F766E; --brand-teal-text:#14B8A6; --brand-teal-lg:#0D9488;
    --pico-primary:#0F766E; --pico-primary-background:#0F766E; --pico-primary-border:#0F766E;
    --pico-primary-hover:#14B8A6; --pico-primary-hover-background:#0b5d56;   /* hover-bg dark teal keeps white ≥4.5:1 (NOT #14B8A6 = 2.49:1); --pico-primary-hover is link-text only */
    --pico-primary-focus:#14B8A6; --pico-primary-underline:#14B8A6; --pico-primary-inverse:#fff;
    --cx-radius:12px; --pico-border-radius:12px;
  }
}
[data-theme=dark] {
  --brand-teal-fill:#0F766E; --brand-teal-text:#14B8A6; --brand-teal-lg:#0D9488;
  --pico-primary:#0F766E; --pico-primary-background:#0F766E; --pico-primary-border:#0F766E;
  --pico-primary-hover:#14B8A6; --pico-primary-hover-background:#0b5d56;   /* hover-bg keeps white ≥4.5:1 on the [data-theme=dark] path too */
  --pico-primary-focus:#14B8A6; --pico-primary-underline:#14B8A6; --pico-primary-inverse:#fff;
  --cx-radius:12px; --pico-border-radius:12px;
}
