:root {
    --theme-brand: #14181e;
    --theme-primary: #14181e;
    --theme-primary-dark: #0c0e12;
    --theme-ink: #46546a;
    --theme-on-surface: #46546a;
    --color-text: #46546a;
    --on-surface: #46546a;
    --theme-on-surface-muted: #677181;
    --color-muted: #677181;
    --theme-accent: #0b7c8e;
    --theme-accent-light: #3e97a5;
    --theme-accent-button: #22d3ee;
    --theme-on-accent: #111111;
    --theme-on-primary: #ffffff;
    --theme-on-primary-dark: #ffffff;
    --theme-on-inverse: #14181e;
    --theme-page-bg: #f3f6f7;
    --theme-surface: #fdfdfe;
    --color-bg: #f3f6f7;
    --surface-1: #fdfdfe;
    --surface-2: #f8fafb;
    --surface-3: #edf0f2;
    --surface-ink: #0c0e12;
    --on-ink: #ffffff;
    --theme-on-ink-muted: #bbbcbd;
    --theme-header-bg: #fdfdfe;
    --theme-header-nav-color: #46546a;
    --theme-header-muted: #46546a;
    --theme-topbar-bg: #0c0e12;
    --color-border: #dbdfe3;
    --theme-surface-border: #dbdfe3;
    --border-subtle: #e2e6e9;
    --font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
    --font-display: "Manrope", "Plus Jakarta Sans", sans-serif;
}
