:root {
    color-scheme: light;
    /* Minimal blue job-board palette, in the LinkedIn / Stepstone / get-in-it.de family */
    --color-page: #f3f2ef;
    --color-surface: #ffffff;
    --color-text: #1d2226;
    --color-heading: #17191c;
    --color-muted: #56687a;
    --color-subtle: #8a97a3;
    --color-border: #e2e2e0;
    --color-primary: #0a66c2;
    --color-primary-hover: #004182;
    --color-primary-soft: #e8f3ff;
    --color-chip: #eef3f8;
    --color-chip-text: #38434f;
    --color-accent: #0a66c2;
    --color-accent-strong: #004182;
    --color-accent-soft: #e8f3ff;
    --color-positive: #057642;
    --color-positive-soft: #e9f8f0;
    --color-error: #b3261e;
    --color-error-soft: #fdecea;
    --color-error-border: #f6cbc6;
    --color-warning: #915907;
    --color-warning-soft: #fdf3e2;
    --color-focus: #0a66c2;
    --shadow-search: 0 1px 2px rgb(0 0 0 / 8%);
    --shadow-card: 0 2px 6px rgb(0 0 0 / 6%);
    --shadow-panel: 0 4px 14px rgb(0 0 0 / 10%);
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --space-8: 4rem;
    --radius-small: 0.375rem;
    --radius-card: 0.75rem;
    --radius-pill: 100vmax;
    --font-display: var(--font-body);
    --font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
    --page-width: 75rem;
}

@media (prefers-color-scheme: dark) {
    :root { color-scheme: light; }
}
