// Square (square@1.0.0)
// Palette: square@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-square-blue: #006AFF;
$swatch-square-blue-hover: #0058D6;
$swatch-square-black: #000000;
$swatch-square-near-black: #1A1A1A;
$swatch-square-ink: #212121;
$swatch-square-graphite: #4F4F4F;
$swatch-square-gray: #7B7B7B;
$swatch-square-divider: #E5E5E5;
$swatch-square-white: #FFFFFF;
$swatch-square-fog: #F7F7F7;
$swatch-square-surface-dark: #2B2B2B;

// ─── Light-mode role mappings ─────────────────────────
$light-background: $swatch-square-white;
$light-surface: $swatch-square-fog;
$light-surface-elevated: $swatch-square-white;
$light-text-primary: $swatch-square-ink;
$light-text-secondary: $swatch-square-graphite;
$light-text-tertiary: $swatch-square-gray;
$light-primary: $swatch-square-blue;
$light-primary-hover: $swatch-square-blue-hover;
$light-accent: $swatch-square-blue;
$light-accent-hover: $swatch-square-blue-hover;
$light-warning: $swatch-square-blue-hover;
$light-warning-hover: $swatch-square-blue;
$light-error: $swatch-square-black;
$light-success: $swatch-square-blue;

// ─── Dark-mode role mappings ──────────────────────────
$dark-background: $swatch-square-near-black;
$dark-surface: $swatch-square-surface-dark;
$dark-surface-elevated: $swatch-square-surface-dark;
$dark-text-primary: $swatch-square-white;
$dark-text-secondary: $swatch-square-gray;
$dark-text-tertiary: $swatch-square-graphite;
$dark-primary: $swatch-square-blue;
$dark-primary-hover: $swatch-square-blue-hover;
$dark-accent: $swatch-square-blue;
$dark-accent-hover: $swatch-square-blue-hover;
$dark-warning: $swatch-square-blue-hover;
$dark-warning-hover: $swatch-square-blue;
$dark-error: $swatch-square-white;
$dark-success: $swatch-square-blue;

// ─── Brand-level color role overrides ─────────────────
$brand-identity: $swatch-square-black;
$brand-on-identity: $swatch-square-white;
$brand-primary: $swatch-square-blue;
$brand-primary-hover: $swatch-square-blue-hover;
$brand-accent: $swatch-square-blue;
$brand-accent-hover: $swatch-square-blue-hover;
$brand-mark: $swatch-square-black;
$brand-text-primary-light: $swatch-square-ink;
$brand-text-primary-dark: $swatch-square-white;
$brand-text-secondary-light: $swatch-square-graphite;
$brand-background-light: $swatch-square-white;
$brand-background-dark: $swatch-square-near-black;
$brand-surface-light: $swatch-square-fog;
$brand-surface-dark: $swatch-square-surface-dark;
$brand-divider: $swatch-square-divider;

// ─── 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: (
  "square-blue": $swatch-square-blue,
  "square-blue-hover": $swatch-square-blue-hover,
  "square-black": $swatch-square-black,
  "square-near-black": $swatch-square-near-black,
  "square-ink": $swatch-square-ink,
  "square-graphite": $swatch-square-graphite,
  "square-gray": $swatch-square-gray,
  "square-divider": $swatch-square-divider,
  "square-white": $swatch-square-white,
  "square-fog": $swatch-square-fog,
  "square-surface-dark": $swatch-square-surface-dark,
);

$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,
);
