// Cloudflare (cloudflare@1.0.0)
// Palette: cloudflare@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.

// ─── Swatches ─────────────────────────────────────────
$swatch-cloudflare-orange: #F38020;
$swatch-marketing-orange: #FBAD41;
$swatch-cloudflare-black: #222222;
$swatch-cloudflare-dark-gray: #404041;
$swatch-cloudflare-gray: #808080;
$swatch-cloudflare-light-gray: #D9D9D9;
$swatch-cloudflare-off-white: #F6F6F6;
$swatch-cloudflare-white: #FFFFFF;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-cloudflare-white;
$light-surface: $swatch-cloudflare-off-white;
$light-surface-elevated: $swatch-cloudflare-white;
$light-text-primary: $swatch-cloudflare-black;
$light-text-secondary: $swatch-cloudflare-dark-gray;
$light-text-tertiary: $swatch-cloudflare-gray;
$light-primary: $swatch-cloudflare-orange;
$light-primary-hover: $swatch-marketing-orange;
$light-accent: $swatch-marketing-orange;
$light-accent-hover: $swatch-cloudflare-orange;
$light-warning: $swatch-marketing-orange;
$light-warning-hover: $swatch-cloudflare-orange;
$light-error: $swatch-cloudflare-orange;
$light-success: $swatch-cloudflare-gray;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-cloudflare-black;
$dark-surface: $swatch-cloudflare-dark-gray;
$dark-surface-elevated: $swatch-cloudflare-gray;
$dark-text-primary: $swatch-cloudflare-white;
$dark-text-secondary: $swatch-cloudflare-light-gray;
$dark-text-tertiary: $swatch-cloudflare-gray;
$dark-primary: $swatch-cloudflare-orange;
$dark-primary-hover: $swatch-marketing-orange;
$dark-accent: $swatch-marketing-orange;
$dark-accent-hover: $swatch-cloudflare-orange;
$dark-warning: $swatch-marketing-orange;
$dark-warning-hover: $swatch-cloudflare-orange;
$dark-error: $swatch-cloudflare-orange;
$dark-success: $swatch-cloudflare-light-gray;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-cloudflare-orange;
$brand-on-identity: $swatch-cloudflare-white;
$brand-primary: $swatch-cloudflare-orange;
$brand-primary-hover: $swatch-marketing-orange;
$brand-accent: $swatch-marketing-orange;
$brand-background: $swatch-cloudflare-white;
$brand-surface: $swatch-cloudflare-off-white;
$brand-text-primary: $swatch-cloudflare-black;
$brand-text-secondary: $swatch-cloudflare-dark-gray;

// ─── 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);

// ─── Iteration maps ───────────────────────────────────
$swatches: (
  "cloudflare-orange": $swatch-cloudflare-orange,
  "marketing-orange": $swatch-marketing-orange,
  "cloudflare-black": $swatch-cloudflare-black,
  "cloudflare-dark-gray": $swatch-cloudflare-dark-gray,
  "cloudflare-gray": $swatch-cloudflare-gray,
  "cloudflare-light-gray": $swatch-cloudflare-light-gray,
  "cloudflare-off-white": $swatch-cloudflare-off-white,
  "cloudflare-white": $swatch-cloudflare-white,
);

$light-roles: (
  "background": $light-background,
  "surface": $light-surface,
  "surface-elevated": $light-surface-elevated,
  "text-primary": $light-text-primary,
  "text-secondary": $light-text-secondary,
  "text-tertiary": $light-text-tertiary,
  "primary": $light-primary,
  "primary-hover": $light-primary-hover,
  "accent": $light-accent,
  "accent-hover": $light-accent-hover,
  "warning": $light-warning,
  "warning-hover": $light-warning-hover,
  "error": $light-error,
  "success": $light-success,
);

$dark-roles: (
  "background": $dark-background,
  "surface": $dark-surface,
  "surface-elevated": $dark-surface-elevated,
  "text-primary": $dark-text-primary,
  "text-secondary": $dark-text-secondary,
  "text-tertiary": $dark-text-tertiary,
  "primary": $dark-primary,
  "primary-hover": $dark-primary-hover,
  "accent": $dark-accent,
  "accent-hover": $dark-accent-hover,
  "warning": $dark-warning,
  "warning-hover": $dark-warning-hover,
  "error": $dark-error,
  "success": $dark-success,
);
