/**
 * Generated from Linear — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #08090a;
  --surface: #0f1011;
  --surface-alt: #0f1011;
  --text: #f7f8f8;
  --text-dim: #f7f8f8;
  --text-faint: #f7f8f8;
  --brand: #5e6ad2;
  --on-brand: #ffffff;
  --border: #23252a;
  --border-strong: #34343a;
  --success: #4cb782;
  --warning: #f2c94c;
  --danger: #eb5757;

  /* full color palette */
  --color-bg: #08090a;
  --color-bg-marketing: #010102;
  --color-bg-level-1: #0f1011;
  --color-bg-level-2: #141516;
  --color-bg-level-3: #1a1b1d;
  --color-bg-overlay: rgba(8,9,10,0.72);
  --color-surface: #0f1011;
  --color-surface-strong: #141516;
  --color-surface-tinted-brand: rgba(94,106,210,0.08);
  --color-text: #f7f8f8;
  --color-text-strong: #ffffff;
  --color-text-secondary: #d0d6e0;
  --color-text-tertiary: #8a8f98;
  --color-text-quaternary: #62666d;
  --color-text-disabled: #3d3f44;
  --color-brand: #5e6ad2;
  --color-brand-hover: #7170ff;
  --color-brand-press: #4a55c1;
  --color-brand-soft: rgba(94,106,210,0.16);
  --color-accent: #7170ff;
  --color-link: #828fff;
  --color-link-hover: #a3acff;
  --color-border: #23252a;
  --color-border-strong: #34343a;
  --color-border-subtle: rgba(255,255,255,0.06);
  --color-border-brand: #5e6ad2;
  --color-cta-fill: #e5e5e6;
  --color-cta-fill-hover: #f3f3f4;
  --color-cta-fill-press: #cfcfd1;
  --color-cta-text: #08090a;
  --color-success: #4cb782;
  --color-success-bg: rgba(76,183,130,0.12);
  --color-warning: #f2c94c;
  --color-warning-bg: rgba(242,201,76,0.12);
  --color-danger: #eb5757;
  --color-danger-bg: rgba(235,87,87,0.12);
  --color-info: #5e6ad2;
  --color-info-bg: rgba(94,106,210,0.12);
  --color-chip-bg: #1a1b1d;
  --color-chip-text: #d0d6e0;
  --color-chip-border: #34343a;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 32px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 24px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 16px;
  --space-xl: 24px;

  /* fonts */
  --font-display: 'Inter Variable', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter Variable', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Berkeley Mono', ui-monospace, monospace;
}
