/**
 * Generated from Bugatti — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #141414;
  --surface-alt: #141414;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #ffffff;
  --on-brand: #000000;
  --border: #262626;
  --border-strong: #3a3a3a;
  --success: #5fa657;
  --warning: #d4a017;
  --danger: #cc3333;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep: #000000;
  --color-surface-soft: #0d0d0d;
  --color-surface: #141414;
  --color-surface-elevated: #1f1f1f;
  --color-text: #ffffff;
  --color-text-strong: #e6e6e6;
  --color-text-body: #cccccc;
  --color-text-muted: #999999;
  --color-text-muted-soft: #666666;
  --color-brand: #ffffff;
  --color-on-brand: #000000;
  --color-on-dark: #ffffff;
  --color-on-photo: #ffffff;
  --color-border: #262626;
  --color-border-strong: #3a3a3a;
  --color-ring: #ffffff;
  --color-link: #c3d9f3;
  --color-link-underline: #c3d9f3;
  --color-warning: #d4a017;
  --color-success: #5fa657;
  --color-danger: #cc3333;
  --color-info: #c3d9f3;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 64px;
  --space-xl: 120px;

  /* fonts */
  --font-display: 'Bugatti Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Bugatti Text Regular', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Bugatti Monospace', ui-monospace, monospace;
}
