/* GENERATED by bin/sync-brand.py from ../smaragd/brand/tokens.yaml — do not edit */
:root {
    --smaragd-brand-turquoise-area: #17C3C0;
    --smaragd-brand-turquoise-text: #0B6E6C;
    --smaragd-brand-turquoise-dark: #46D6D2;
    --smaragd-brand-green-area: #0E9F6E;
    --smaragd-brand-green-text: #0A6B49;
    --smaragd-brand-green-dark: #35C98D;
    --smaragd-brand-orange-area: #F2761C;
    --smaragd-brand-orange-text: #B2540E;
    --smaragd-brand-orange-dark: #F5904A;
    --smaragd-artwork-glow-opacity: 0.12;
    --smaragd-artwork-arc-opacity: 0.065;
    --smaragd-artwork-quiet-arc-opacity: 0.025;
    --smaragd-artwork-tile-radius: 22;
    --smaragd-artwork-mark-width: 400;
    --smaragd-fixed-light-window-background: #F5F3EE;
    --smaragd-fixed-light-view-background: #FFFFFF;
    --smaragd-fixed-light-view-background-alt: #FAF8F4;
    --smaragd-fixed-light-header-background: #EDEAE3;
    --smaragd-fixed-light-border: #E1DDD4;
    --smaragd-fixed-light-foreground: #1C2B26;
    --smaragd-fixed-light-foreground-inactive: #67726D;
    --smaragd-fixed-light-selection-background: #17C3C0;
    --smaragd-fixed-light-selection-border: #0B6E6C;
    --smaragd-fixed-light-selection-foreground: #04342C;
    --smaragd-fixed-light-accent: #0B6E6C;
    --smaragd-fixed-light-neutral: #B2540E;
    --smaragd-fixed-light-positive: #0A6B49;
    --smaragd-fixed-light-negative: #A82A24;
    --smaragd-fixed-dark-window-background: #12251F;
    --smaragd-fixed-dark-view-background: #0B1A16;
    --smaragd-fixed-dark-view-background-alt: #10231D;
    --smaragd-fixed-dark-header-background: #0D1E19;
    --smaragd-fixed-dark-border: #1E362E;
    --smaragd-fixed-dark-foreground: #E8EDE9;
    --smaragd-fixed-dark-foreground-inactive: #7E948B;
    --smaragd-fixed-dark-selection-background: #17C3C0;
    --smaragd-fixed-dark-selection-border: #17C3C0;
    --smaragd-fixed-dark-selection-foreground: #04342C;
    --smaragd-fixed-dark-accent: #46D6D2;
    --smaragd-fixed-dark-neutral: #F5904A;
    --smaragd-fixed-dark-positive: #35C98D;
    --smaragd-fixed-dark-negative: #F0635E;
}
.palette-light {
    --smaragd-window-background: var(--smaragd-fixed-light-window-background);
    --smaragd-view-background: var(--smaragd-fixed-light-view-background);
    --smaragd-view-background-alt: var(--smaragd-fixed-light-view-background-alt);
    --smaragd-header-background: var(--smaragd-fixed-light-header-background);
    --smaragd-border: var(--smaragd-fixed-light-border);
    --smaragd-foreground: var(--smaragd-fixed-light-foreground);
    --smaragd-foreground-inactive: var(--smaragd-fixed-light-foreground-inactive);
    --smaragd-selection-background: var(--smaragd-fixed-light-selection-background);
    --smaragd-selection-border: var(--smaragd-fixed-light-selection-border);
    --smaragd-selection-foreground: var(--smaragd-fixed-light-selection-foreground);
    --smaragd-accent: var(--smaragd-fixed-light-accent);
    --smaragd-neutral: var(--smaragd-fixed-light-neutral);
    --smaragd-positive: var(--smaragd-fixed-light-positive);
    --smaragd-negative: var(--smaragd-fixed-light-negative);
    color-scheme: light;
}
.palette-dark {
    --smaragd-window-background: var(--smaragd-fixed-dark-window-background);
    --smaragd-view-background: var(--smaragd-fixed-dark-view-background);
    --smaragd-view-background-alt: var(--smaragd-fixed-dark-view-background-alt);
    --smaragd-header-background: var(--smaragd-fixed-dark-header-background);
    --smaragd-border: var(--smaragd-fixed-dark-border);
    --smaragd-foreground: var(--smaragd-fixed-dark-foreground);
    --smaragd-foreground-inactive: var(--smaragd-fixed-dark-foreground-inactive);
    --smaragd-selection-background: var(--smaragd-fixed-dark-selection-background);
    --smaragd-selection-border: var(--smaragd-fixed-dark-selection-border);
    --smaragd-selection-foreground: var(--smaragd-fixed-dark-selection-foreground);
    --smaragd-accent: var(--smaragd-fixed-dark-accent);
    --smaragd-neutral: var(--smaragd-fixed-dark-neutral);
    --smaragd-positive: var(--smaragd-fixed-dark-positive);
    --smaragd-negative: var(--smaragd-fixed-dark-negative);
    color-scheme: dark;
}
