/* Stravica 1.0. Semantic tokens. Load before components.css. */
:root, :root[data-theme="light"] {
  color-scheme: light;
  --sv-canvas: #F6F8FC;
  --sv-surface: #FFFFFF;
  --sv-raised: #EEF2F8;
  --sv-ink: #111927;
  --sv-muted: #536176;
  --sv-border: #D8DFEA;
  --sv-control: #738198;
  --sv-link: #2447EB;
  --sv-hover: #1737C7;
  --sv-active: #E9EEFF;
  --sv-button: #2447EB;
  --sv-onbutton: #FFFFFF;
  --sv-code: #EEF2F8;
  --sv-success: #116B4D;
  --sv-successbg: #E7F4ED;
  --sv-warning: #895000;
  --sv-warningbg: #FFF3DC;
  --sv-danger: #B4233B;
  --sv-dangerbg: #FDECF0;
  --sv-focus: #2447EB;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --sv-canvas: #0B111B;
  --sv-surface: #101925;
  --sv-raised: #182334;
  --sv-ink: #EDF2FA;
  --sv-muted: #AAB7CA;
  --sv-border: #2C3A4F;
  --sv-control: #75859D;
  --sv-link: #A3B5FF;
  --sv-hover: #C0CDFF;
  --sv-active: #1D2C50;
  --sv-button: #A3B5FF;
  --sv-onbutton: #0B111B;
  --sv-code: #0D1521;
  --sv-success: #80D9B1;
  --sv-successbg: #102D24;
  --sv-warning: #F1CA7A;
  --sv-warningbg: #322712;
  --sv-danger: #FFA3B3;
  --sv-dangerbg: #361C28;
  --sv-focus: #A3B5FF;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    color-scheme: dark;
    --sv-canvas: #0B111B;
    --sv-surface: #101925;
    --sv-raised: #182334;
    --sv-ink: #EDF2FA;
    --sv-muted: #AAB7CA;
    --sv-border: #2C3A4F;
    --sv-control: #75859D;
    --sv-link: #A3B5FF;
    --sv-hover: #C0CDFF;
    --sv-active: #1D2C50;
    --sv-button: #A3B5FF;
    --sv-onbutton: #0B111B;
    --sv-code: #0D1521;
    --sv-success: #80D9B1;
    --sv-successbg: #102D24;
    --sv-warning: #F1CA7A;
    --sv-warningbg: #322712;
    --sv-danger: #FFA3B3;
    --sv-dangerbg: #361C28;
    --sv-focus: #A3B5FF;
  }
}

:root {
  --sv-font: Arial, Helvetica, sans-serif;
  --sv-mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  --sv-space-1: .25rem; --sv-space-2: .5rem; --sv-space-3: .75rem;
  --sv-space-4: 1rem; --sv-space-6: 1.5rem; --sv-space-8: 2rem;
  --sv-space-12: 3rem; --sv-space-16: 4rem; --sv-space-24: 6rem;
  --sv-radius-control: .375rem; --sv-radius-panel: .5rem;
  --sv-header: 4.5rem; --sv-sidebar: 17rem;
  --sv-reading: 46.5rem; --sv-toc: 13rem; --sv-column-gap: 3rem;
  --sv-body-size: 1.125rem; --sv-body-leading: 1.65;
  --sv-motion: 140ms;
}
