/*
 * MongoDB (mongodb@1.0.0)
 * Palette: mongodb@1.0.0
 * Fonts:   heading=inter@1.0.0, body=inter@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
 * Generated by brand-atoms converter — do not edit by hand.
 */

:root {
  /* Swatches (source-of-truth color values) */
  --color-swatch-white: #FFFFFF;
  --color-swatch-black: #001E2B;
  --color-swatch-gray-dark4: #112733;
  --color-swatch-gray-dark3: #1C2D38;
  --color-swatch-gray-dark2: #3D4F58;
  --color-swatch-gray-dark1: #5C6C75;
  --color-swatch-gray-base: #889397;
  --color-swatch-gray-light1: #C1C7C6;
  --color-swatch-gray-light2: #E8EDEB;
  --color-swatch-gray-light3: #F9FBFA;
  --color-swatch-green-dark3: #023430;
  --color-swatch-green-dark2: #00684A;
  --color-swatch-green-dark1: #00A35C;
  --color-swatch-green-base: #00ED64;
  --color-swatch-green-light1: #71F6BA;
  --color-swatch-green-light2: #C0FAE6;
  --color-swatch-green-light3: #E3FCF7;
  --color-swatch-blue-dark3: #0C2657;
  --color-swatch-blue-dark2: #083C90;
  --color-swatch-blue-dark1: #1254B7;
  --color-swatch-blue-base: #016BF8;
  --color-swatch-blue-light1: #0498EC;
  --color-swatch-blue-light2: #C3E7FE;
  --color-swatch-blue-light3: #E1F7FF;
  --color-swatch-red-dark3: #5B0000;
  --color-swatch-red-dark2: #970606;
  --color-swatch-red-base: #DB3030;
  --color-swatch-red-light1: #FF6960;
  --color-swatch-red-light2: #FFCDC7;
  --color-swatch-red-light3: #FFEAE5;
  --color-swatch-yellow-dark3: #4C2100;
  --color-swatch-yellow-dark2: #944F01;
  --color-swatch-yellow-base: #FFC010;
  --color-swatch-yellow-light2: #FFEC9E;
  --color-swatch-yellow-light3: #FEF7DB;
  --color-swatch-purple-dark3: #2D0B59;
  --color-swatch-purple-dark2: #5E0C9E;
  --color-swatch-purple-base: #B45AF2;
  --color-swatch-purple-light2: #F1D4FD;
  --color-swatch-purple-light3: #F9EBFF;

  /* Light-mode semantic roles */
  --color-background: #FFFFFF;
  --color-surface: #F9FBFA;
  --color-surface-elevated: #FFFFFF;
  --color-text-primary: #001E2B;
  --color-text-secondary: #5C6C75;
  --color-text-tertiary: #889397;
  --color-primary: #00684A;
  --color-primary-hover: #023430;
  --color-accent: #00ED64;
  --color-accent-hover: #00A35C;
  --color-warning: #944F01;
  --color-warning-hover: #4C2100;
  --color-error: #970606;
  --color-success: #00684A;
  --color-border: #C1C7C6;

  /* Brand-level role overrides */
  --brand-color-identity: #001E2B;
  --brand-color-on-identity: #00ED64;
  --brand-color-primary: #00684A;
  --brand-color-primary-hover: #023430;
  --brand-color-accent: #00ED64;
  --brand-color-accent-hover: #00A35C;
  --brand-color-mark: #00ED64;
  --brand-color-success: #00684A;
  --brand-color-warning: #944F01;
  --brand-color-error: #970606;
  --brand-color-text-primary-light: #001E2B;
  --brand-color-text-primary-dark: #E8EDEB;
  --brand-color-background-light: #FFFFFF;
  --brand-color-background-dark: #001E2B;
  --brand-color-surface-light: #F9FBFA;
  --brand-color-surface-dark: #1C2D38;
  --brand-color-text-secondary-light: #5C6C75;
  --brand-color-text-tertiary-light: #889397;
  --brand-color-border-light: #C1C7C6;

  /* Typography */
  --font-heading: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'JetBrainsMono Nerd Font', 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    /* Dark-mode semantic roles override light-mode values */
    --color-background: #001E2B;
    --color-surface: #1C2D38;
    --color-surface-elevated: #3D4F58;
    --color-text-primary: #E8EDEB;
    --color-text-secondary: #C1C7C6;
    --color-text-tertiary: #889397;
    --color-primary: #00ED64;
    --color-primary-hover: #71F6BA;
    --color-accent: #00ED64;
    --color-accent-hover: #71F6BA;
    --color-warning: #FFC010;
    --color-warning-hover: #FFEC9E;
    --color-error: #FF6960;
    --color-success: #00ED64;
    --color-border: #3D4F58;
  }
}
