/**
 * Generated from Discord — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #5865f2;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: rgba(255,255,255,0.40);
  --brand: #5865f2;
  --on-brand: #ffffff;
  --border: rgba(255,255,255,0.10);
  --border-strong: rgba(255,255,255,0.18);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #5865f2;
  --color-bg-deep: #1a2081;
  --color-bg-pink: #ed7395;
  --color-bg-aubergine: #1a1b3a;
  --color-surface: #ffffff;
  --color-surface-soft: #f6f6f6;
  --color-surface-card: #fafafa;
  --color-surface-elev: #23272a;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-on-light: #23272a;
  --color-text-on-light-muted: #4f5660;
  --color-text-soft: rgba(255,255,255,0.72);
  --color-text-faint: rgba(255,255,255,0.40);
  --color-text-disabled: rgba(255,255,255,0.24);
  --color-brand: #5865f2;
  --color-brand-100: #e7e9fd;
  --color-brand-200: #c8ccfa;
  --color-brand-300: #a4abf7;
  --color-brand-400: #7983f5;
  --color-brand-500: #5865f2;
  --color-brand-600: #404eed;
  --color-brand-700: #3641cc;
  --color-brand-800: #28339e;
  --color-brand-900: #1a2081;
  --color-on-brand: #ffffff;
  --color-focus: #00b0f4;
  --color-link: #00b0f4;
  --color-link-hover: #33c2f7;
  --color-green-bright: #23a55a;
  --color-yellow-bright: #f0b232;
  --color-red-bright: #f23f43;
  --color-border: rgba(255,255,255,0.10);
  --color-border-soft: rgba(255,255,255,0.06);
  --color-border-light: rgba(0,0,0,0.08);
  --color-border-strong: rgba(255,255,255,0.18);
  --color-shadow-card: rgba(0,0,0,0.15);
  --color-shadow-modal: rgba(0,0,0,0.40);
  --color-semantic-success: #23a55a;
  --color-semantic-warning: #f0b232;
  --color-semantic-danger: #f23f43;
  --color-semantic-info: #00b0f4;

  /* type */
  --display-size: 88px;
  --h1-size: 44px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'ABC Ginto Nord Discord', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'gg sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
