/**
 * Generated from Krea — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #171717;
  --surface-alt: #171717;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #525252;
  --brand: #3b82f6;
  --on-brand: #ffffff;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-alt: #0b0f15;
  --color-surface: #171717;
  --color-surface-soft: #262626;
  --color-surface-elevated: #2a2a2a;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #a3a3a3;
  --color-text-soft: #737373;
  --color-text-faint: #525252;
  --color-brand: #3b82f6;
  --color-brand-deep: #2563eb;
  --color-brand-soft: rgba(59, 130, 246, 0.15);
  --color-on-brand: #ffffff;
  --color-link: #ffffff;
  --color-link-hover: #3b82f6;
  --color-selected-bg: rgba(255, 255, 255, 0.08);
  --color-disabled: #525252;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.16);
  --color-border-subtle: rgba(255, 255, 255, 0.04);
  --color-border-cobalt: rgba(59, 130, 246, 0.40);
  --color-success-bg: rgba(34, 197, 94, 0.12);
  --color-success-text: #86efac;
  --color-warning-bg: rgba(234, 179, 8, 0.12);
  --color-warning-text: #fde047;
  --color-danger-bg: rgba(239, 68, 68, 0.12);
  --color-danger-text: #fca5a5;
  --color-info-bg: rgba(59, 130, 246, 0.12);
  --color-info-text: #93c5fd;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 18px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.01em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

  /* fonts */
  --font-display: 'Suisse Intl', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Suisse Intl', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
