/*
 * The Atlantic (the-atlantic@1.0.0)
 * Palette: the-atlantic@1.0.0
 * Fonts:   heading=playfair-display@1.0.0, body=lora@1.0.0, sans=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-signature-red: #E7131A;
  --color-swatch-red-bright: #F0204F;
  --color-swatch-red-deep: #D0021B;
  --color-swatch-cream: #FAF4EB;
  --color-swatch-white: #FFFFFF;
  --color-swatch-surface-light: #F7F7F7;
  --color-swatch-surface-tint: #F5F5F5;
  --color-swatch-surface-quiet: #F4F4F4;
  --color-swatch-surface-faint: #F0F0F0;
  --color-swatch-ink: #1E1E1E;
  --color-swatch-ink-warm: #2C2C2C;
  --color-swatch-ink-cool: #2D2D2D;
  --color-swatch-graphite: #39434B;
  --color-swatch-graphite-medium: #484542;
  --color-swatch-graphite-quiet: #5E6A74;
  --color-swatch-gray-disabled: #9B9B9B;
  --color-swatch-gray-border: #C1C1C1;
  --color-swatch-gray-divider: #DBDBDB;
  --color-swatch-cyan-deep: #00ADC3;
  --color-swatch-cyan-bright: #31C6CC;
  --color-swatch-blue-link: #0076BF;
  --color-swatch-blue-link-deep: #0066BE;
  --color-swatch-navy: #000929;
  --color-swatch-gold: #FFC200;

  /* Light-mode semantic roles */
  --color-background: #FAF4EB;
  --color-surface: #F7F7F7;
  --color-surface-elevated: #FFFFFF;
  --color-text-primary: #1E1E1E;
  --color-text-secondary: #39434B;
  --color-text-tertiary: #5E6A74;
  --color-primary: #0076BF;
  --color-primary-hover: #0066BE;
  --color-accent: #E7131A;
  --color-accent-hover: #D0021B;
  --color-warning: #FFC200;
  --color-error: #D0021B;
  --color-border: #DBDBDB;

  /* Brand-level role overrides */
  --brand-color-identity: #FAF4EB;
  --brand-color-on-identity: #1E1E1E;
  --brand-color-primary: #0076BF;
  --brand-color-primary-hover: #0066BE;
  --brand-color-accent: #E7131A;
  --brand-color-accent-hover: #D0021B;
  --brand-color-mark: #E7131A;
  --brand-color-warning: #FFC200;
  --brand-color-error: #D0021B;
  --brand-color-text-primary-light: #1E1E1E;
  --brand-color-text-primary-dark: #FAF4EB;
  --brand-color-background-light: #FAF4EB;
  --brand-color-background-dark: #1E1E1E;
  --brand-color-surface-light: #F7F7F7;
  --brand-color-surface-dark: #39434B;
  --brand-color-text-secondary-light: #39434B;
  --brand-color-text-tertiary-light: #5E6A74;
  --brand-color-border-light: #DBDBDB;

  /* Typography */
  --font-heading: 'Playfair Display', 'Iowan Old Style', 'Apple Garamond', Baskerville, 'Times New Roman', serif;
  --font-body: Lora, 'Iowan Old Style', 'Apple Garamond', Baskerville, 'Times New Roman', serif;
  --font-sans: 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: #1E1E1E;
    --color-surface: #39434B;
    --color-surface-elevated: #484542;
    --color-text-primary: #FAF4EB;
    --color-text-secondary: #DBDBDB;
    --color-text-tertiary: #C1C1C1;
    --color-primary: #31C6CC;
    --color-primary-hover: #00ADC3;
    --color-accent: #E7131A;
    --color-accent-hover: #F0204F;
    --color-warning: #FFC200;
    --color-error: #F0204F;
    --color-border: #39434B;
  }
}
