/* GENERATED from tokens.json by scripts/generate-brand-css.mjs — DO NOT EDIT BY HAND.
   Canonical source: SideNerdMarketing/assets/brand/tokens.json (see BRAND.md).
   Published to the public sidenerd-marketing-assets bucket (brand/tokens.css);
   marketing pages link this file directly, the SideNerdFrontend app consumes the
   same values through src/lib/brand.tokens.json + src/lib/brand.ts.
   Display text is always two words: 'Side Nerd', 'Link Lead'. */
:root {
  /* Base colors */
  --brand-canvas: #f6f7f8;
  --brand-surface: #ffffff;
  --brand-text: #16181d;
  --brand-muted: #6b7280;
  --brand-faint: #9aa1ab;
  --brand-border: #e6e7ea;
  --brand-border-strong: #d8dadf;
  --brand-accent: #34b1e8;
  --brand-accent-ink: #0b6795;
  --brand-on-accent: #0d1419;
  --brand-ok: #15803d;
  --brand-warn: #d97706;
  --brand-danger: #b91c1c;
  --brand-midnight: #0d1419;
  --brand-navy: #192933;
  --brand-slate: #2d3748;
  --brand-text-on-dark: #e2e8f0;
  --brand-text-muted-on-dark: #94a3b8;

  /* Derived accent variants — always follow --brand-accent */
  --brand-accent-light: color-mix(in srgb, var(--brand-accent) 82%, white);
  --brand-accent-tint: color-mix(in srgb, var(--brand-accent) 10%, transparent);
  --brand-accent-tint-strong: color-mix(in srgb, var(--brand-accent) 18%, transparent);

  /* Typography */
  --brand-font-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --brand-font-mono: 'Space Mono', monospace;

  /* Radii */
  --brand-radius-sm: 8px;
  --brand-radius-md: 12px;
  --brand-radius-lg: 16px;

  /* Shadows */
  --brand-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.05);
  --brand-shadow-md: 0 1px 3px rgba(16, 24, 40, 0.06), 0 4px 12px rgba(16, 24, 40, 0.06);
  --brand-shadow-lg: 0 8px 20px rgba(16, 24, 40, 0.10), 0 20px 48px rgba(16, 24, 40, 0.12);

  /* Charts (data series only — never UI chrome) */
  --brand-chart-1: #2a78d6;
  --brand-chart-2: #1baf7a;
  --brand-chart-3: #eda100;
  --brand-chart-4: #008300;
  --brand-chart-5: #4a3aa7;
  --brand-chart-6: #e34948;
  --brand-chart-7: #e87ba4;
  --brand-chart-8: #eb6834;
  --brand-chart-other: #9aa0a6;

  /* Product: Ither (registry key: ither) */
  --brand-ither-primary: #4c70c6;
  --brand-ither-primary-ink: #3d5ba3;
  --brand-ither-accent: #89fdf3;
  --brand-ither-accent-ink: #0b6e67;
  --brand-ither-on-primary: #ffffff;
  --brand-ither-on-accent: #0d1419;
  --brand-ither-legacy-primary: #5176ca;

  /* Product: MediMatch (registry key: medimatch) */
  --brand-medimatch-primary: #254557;
  --brand-medimatch-primary-ink: #254557;
  --brand-medimatch-secondary: #2a93cd;
  --brand-medimatch-secondary-ink: #1b6d9c;
  --brand-medimatch-accent: #e67e22;
  --brand-medimatch-accent-ink: #9c4e0e;
  --brand-medimatch-on-primary: #ffffff;
  --brand-medimatch-on-secondary: #0d1419;
  --brand-medimatch-on-accent: #1f2937;

  /* Product: Link Lead (registry key: network) */
  --brand-linklead-primary: #34b1e8;
  --brand-linklead-primary-ink: #0b6795;
  --brand-linklead-accent: #34b1e8;
  --brand-linklead-accent-ink: #0b6795;
  --brand-linklead-on-primary: #0d1419;
  --brand-linklead-on-accent: #0d1419;
}
