/*
 * SoundCloud (soundcloud@1.0.0)
 * Palette: soundcloud@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-soundcloud-orange: #FF8800;
  --color-swatch-soundcloud-red-orange: #FF3300;
  --color-swatch-soundcloud-orange-pressed: #E67300;
  --color-swatch-soundcloud-pantone: #F37422;
  --color-swatch-soundcloud-black: #111111;
  --color-swatch-soundcloud-charcoal: #333333;
  --color-swatch-soundcloud-gray: #999999;
  --color-swatch-soundcloud-gray-light: #CCCCCC;
  --color-swatch-soundcloud-surface: #F2F2F2;
  --color-swatch-soundcloud-white: #FFFFFF;

  /* Light-mode semantic roles */
  --color-background: #FFFFFF;
  --color-surface: #F2F2F2;
  --color-surface-elevated: #FFFFFF;
  --color-text-primary: #111111;
  --color-text-secondary: #333333;
  --color-text-tertiary: #999999;
  --color-primary: #FF8800;
  --color-primary-hover: #E67300;
  --color-accent: #FF8800;
  --color-accent-hover: #FF3300;
  --color-warning: #FF8800;
  --color-warning-hover: #E67300;
  --color-error: #FF3300;
  --color-success: #FF8800;
  --color-border: #CCCCCC;

  /* Brand-level role overrides */
  --brand-color-identity: #FFFFFF;
  --brand-color-on-identity: #FF8800;
  --brand-color-background: #FFFFFF;
  --brand-color-surface: #F2F2F2;
  --brand-color-surface-elevated: #FFFFFF;
  --brand-color-text-primary: #111111;
  --brand-color-text-secondary: #333333;
  --brand-color-text-tertiary: #999999;
  --brand-color-primary: #FF8800;
  --brand-color-primary-hover: #E67300;
  --brand-color-accent: #FF8800;
  --brand-color-accent-hover: #FF3300;
  --brand-color-mark: #FF8800;
  --brand-color-border: #CCCCCC;

  /* 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: #111111;
    --color-surface: #333333;
    --color-surface-elevated: #999999;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #CCCCCC;
    --color-text-tertiary: #999999;
    --color-primary: #FF8800;
    --color-primary-hover: #FF3300;
    --color-accent: #FF8800;
    --color-accent-hover: #FF3300;
    --color-warning: #FF8800;
    --color-warning-hover: #E67300;
    --color-error: #FF3300;
    --color-success: #FF8800;
    --color-border: #333333;
  }
}
