/* SIMAR design tokens — editorial data-hub system.
   Brand palette adopted from simar.cz's own site (2026-07 landing redesign):
   blue #368cbf, green #7ebc59, red #e64646, ink #33363b. The logo SVG itself
   keeps its original (slightly more saturated) blue/green fill — unchanged. */

/* Bricolage Grotesque — self-hosted (no Google Fonts CDN; GDPR requirement for
   this client). Vendored (Google Fonts release v9), weights 600/800, latin +
   latin-ext subsets (latin-ext covers Czech diacritics). */
@font-face{
  font-family:'Bricolage Grotesque'; font-style:normal; font-weight:600; font-display:swap;
  src:url("/static/web/fonts/bricolage-grotesque-600-latin.72280bf66ee0.woff2") format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Bricolage Grotesque'; font-style:normal; font-weight:600; font-display:swap;
  src:url("/static/web/fonts/bricolage-grotesque-600-latin-ext.53c897f50891.woff2") format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:'Bricolage Grotesque'; font-style:normal; font-weight:800; font-display:swap;
  src:url("/static/web/fonts/bricolage-grotesque-800-latin.5beb2f653e74.woff2") format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Bricolage Grotesque'; font-style:normal; font-weight:800; font-display:swap;
  src:url("/static/web/fonts/bricolage-grotesque-800-latin-ext.5215ee10ba9f.woff2") format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

:root{
  --blue:#368cbf;        --blue-soft:#368cbf;   --blue-tint:#eaf3fa;
  --green:#7ebc59;       --green-soft:#7ebc59;  --green-tint:#eef7e9;  --green-ink:#3f6b28;
  --red:#e64646;         --red-tint:#fdeaea;

  --ink:#33363b; --muted:#5c6b7a; --line:#e6ebf0; --bg:#ffffff; --surface:#f5f8fa;

  --radius:14px; --radius-sm:9px; --maxw:1240px; --maxw-wide:1560px;

  --space-3xs:4px; --space-2xs:8px; --space-xs:12px; --space-sm:16px;
  --space-md:24px; --space-lg:40px; --space-xl:64px; --space-2xl:96px;

  --font-head:'Bricolage Grotesque',system-ui,sans-serif;
  --font-body:system-ui,-apple-system,'Segoe UI',sans-serif;

  --shadow-card:0 1px 2px rgba(22,32,43,.05);
  --shadow-card-hover:0 16px 28px -16px rgba(22,32,43,.22);
  --ease:cubic-bezier(.2,.8,.2,1);
}
