/* Solace design tokens — generated by build.mjs. Do not edit by hand. */

/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --color-sand-50: #fdfcfa;
  --color-sand-100: #f5f3f0;
  --color-sand-200: #ebe6dd;
  --color-sand-300: #ded5c6;
  --color-sand-400: #cbc0ac;
  --color-sand-500: #b3a68e;
  --color-sand-600: #968974;
  --color-sand-700: #756c5f;
  --color-sand-800: #4a443b;
  --color-sand-900: #2d2925;
  --color-umber-50: #f3eee8;
  --color-umber-100: #e6dace;
  --color-umber-200: #d2bfac;
  --color-umber-300: #bba084;
  --color-umber-400: #a4866a;
  --color-umber-500: #8b7355;
  --color-umber-600: #735e45;
  --color-umber-700: #5a4936;
  --color-umber-800: #413528;
  --color-umber-900: #2a221a;
  --color-marine-50: #eef2f3;
  --color-marine-100: #d7e0e2;
  --color-marine-200: #b8c9ce;
  --color-marine-300: #92abb2;
  --color-marine-400: #6b8a93;
  --color-marine-500: #4e6e78;
  --color-marine-600: #3b5f6f;
  --color-marine-700: #2c4654;
  --color-marine-800: #20333e;
  --color-marine-900: #1b2838;
  --color-mist-50: #f2f6f6;
  --color-mist-100: #e3ecec;
  --color-mist-200: #d4e0e0;
  --color-mist-300: #bacbcb;
  --color-mist-400: #9db2b2;
  --color-mist-500: #7e9494;
  --color-mist-600: #62787a;
  --color-mist-700: #4a5c5e;
  --color-mist-800: #364344;
  --color-mist-900: #252e2f;
  --color-sage-50: #eef2ec;
  --color-sage-100: #dce5d8;
  --color-sage-200: #beccb7;
  --color-sage-300: #9db295;
  --color-sage-400: #7e9876;
  --color-sage-500: #647e5d;
  --color-sage-600: #4f6649;
  --color-sage-700: #3c4e37;
  --color-amber-50: #fbf4e8;
  --color-amber-100: #f3e2c4;
  --color-amber-200: #e8c892;
  --color-amber-300: #d9ab5e;
  --color-amber-400: #c28f44;
  --color-amber-500: #a4762f;
  --color-amber-600: #855e24;
  --color-amber-700: #66481c;
  --color-terracotta-50: #f8ece8;
  --color-terracotta-100: #efd4cb;
  --color-terracotta-200: #deae9f;
  --color-terracotta-300: #cb8975;
  --color-terracotta-400: #b97a63;
  --color-terracotta-500: #a4614a;
  --color-terracotta-600: #874c39;
  --color-terracotta-700: #693a2c;
  --color-white: #ffffff; /** Reference only — avoid pure white in brand surfaces. */
  --color-black: #000000; /** Reference only — avoid pure black in brand surfaces. */
  --space-0: 0rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --radius-none: 0rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
  --size-container-sm: 40rem;
  --size-container-md: 48rem;
  --size-container-lg: 64rem;
  --size-container-xl: 80rem;
  --size-container-prose: 42.5rem;
  --border-width-hairline: 0.0625rem;
  --border-width-thick: 0.125rem;
  --elevation-0: none;
  --elevation-1: 0 1px 2px 0 rgba(45, 41, 37, 0.06);
  --elevation-2: 0 2px 8px -1px rgba(45, 41, 37, 0.08);
  --elevation-3: 0 8px 24px -4px rgba(45, 41, 37, 0.12);
  --elevation-4: 0 16px 48px -8px rgba(45, 41, 37, 0.16);
  --duration-instant: 80ms;
  --duration-fast: 160ms;
  --duration-base: 240ms;
  --duration-slow: 360ms;
  --duration-deliberate: 560ms;
  --easing-standard: cubic-bezier(0.2, 0, 0, 1);
  --easing-entrance: cubic-bezier(0, 0, 0, 1);
  --easing-exit: cubic-bezier(0.3, 0, 1, 1);
  --font-family-heading: 'The Seasons', Georgia, serif; /** Headlines only. Never italic. */
  --font-family-body: Poppins, system-ui, sans-serif; /** Body, UI, captions. */
  --font-family-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.75rem;
  --font-size-4xl: 3.75rem;
  --font-size-5xl: 5rem;
  --font-line-height-tight: 1.1;
  --font-line-height-snug: 1.25;
  --font-line-height-normal: 1.5;
  --font-line-height-relaxed: 1.7;
  --font-letter-spacing-tight: -0.02em;
  --font-letter-spacing-normal: 0em;
  --font-letter-spacing-wide: 0.04em;
  --font-letter-spacing-wider: 0.08em;
}

/**
 * Do not edit directly, this file was auto-generated.
 */

:root,
[data-brand='warm'][data-scheme='light'] {
  --color-bg-canvas: #f5f3f0;
  --color-bg-surface: #fdfcfa;
  --color-bg-raised: #fdfcfa;
  --color-bg-sunken: #ebe6dd;
  --color-text-primary: #2d2925;
  --color-text-secondary: #756c5f;
  --color-text-muted: #968974;
  --color-text-inverse: #fdfcfa;
  --color-text-on-accent: #fdfcfa;
  --color-border-subtle: #ebe6dd;
  --color-border-default: #ded5c6;
  --color-border-strong: #cbc0ac;
  --color-accent-default: #8b7355;
  --color-accent-hover: #735e45;
  --color-accent-active: #5a4936;
  --color-accent-subtle: #e6dace;
  --color-feedback-success: #4f6649;
  --color-feedback-warning: #855e24;
  --color-feedback-danger: #874c39;
  --color-focus-ring: #a4866a;
}

/**
 * Do not edit directly, this file was auto-generated.
 */

[data-brand='warm'][data-scheme='dark'] {
  --color-bg-canvas: #2d2925;
  --color-bg-surface: #4a443b;
  --color-bg-raised: #756c5f;
  --color-bg-sunken: #2d2925;
  --color-text-primary: #fdfcfa;
  --color-text-secondary: #ded5c6;
  --color-text-muted: #cbc0ac;
  --color-text-inverse: #2d2925;
  --color-text-on-accent: #2d2925;
  --color-border-subtle: #4a443b;
  --color-border-default: #756c5f;
  --color-border-strong: #968974;
  --color-accent-default: #bba084;
  --color-accent-hover: #d2bfac;
  --color-accent-active: #e6dace;
  --color-accent-subtle: #413528;
  --color-feedback-success: #9db295;
  --color-feedback-warning: #d9ab5e;
  --color-feedback-danger: #cb8975;
  --color-focus-ring: #bba084;
}

/**
 * Do not edit directly, this file was auto-generated.
 */

[data-brand='cool'][data-scheme='light'] {
  --color-bg-canvas: #f2f6f6;
  --color-bg-surface: #eef2f3;
  --color-bg-raised: #eef2f3;
  --color-bg-sunken: #e3ecec;
  --color-text-primary: #1b2838;
  --color-text-secondary: #2c4654;
  --color-text-muted: #4e6e78;
  --color-text-inverse: #f2f6f6;
  --color-text-on-accent: #f2f6f6;
  --color-border-subtle: #e3ecec;
  --color-border-default: #d4e0e0;
  --color-border-strong: #92abb2;
  --color-accent-default: #3b5f6f;
  --color-accent-hover: #2c4654;
  --color-accent-active: #20333e;
  --color-accent-subtle: #d7e0e2;
  --color-feedback-success: #4f6649;
  --color-feedback-warning: #855e24;
  --color-feedback-danger: #874c39;
  --color-focus-ring: #6b8a93;
}

/**
 * Do not edit directly, this file was auto-generated.
 */

[data-brand='cool'][data-scheme='dark'] {
  --color-bg-canvas: #1b2838;
  --color-bg-surface: #20333e;
  --color-bg-raised: #2c4654;
  --color-bg-sunken: #1b2838;
  --color-text-primary: #f2f6f6;
  --color-text-secondary: #bacbcb;
  --color-text-muted: #9db2b2;
  --color-text-inverse: #1b2838;
  --color-text-on-accent: #1b2838;
  --color-border-subtle: #20333e;
  --color-border-default: #2c4654;
  --color-border-strong: #3b5f6f;
  --color-accent-default: #b8c9ce;
  --color-accent-hover: #d7e0e2;
  --color-accent-active: #f2f6f6;
  --color-accent-subtle: #20333e;
  --color-feedback-success: #9db295;
  --color-feedback-warning: #d9ab5e;
  --color-feedback-danger: #cb8975;
  --color-focus-ring: #92abb2;
}
