/**
 * Generated from GitLab — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #171321;
  --text-dim: #171321;
  --text-faint: #9b99a3;
  --brand: #fc6d26;
  --on-brand: #ffffff;
  --border: #171321;
  --border-strong: #171321;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f2f1f5;
  --color-surface: #ffffff;
  --color-surface-soft: #f2f1f5;
  --color-surface-ink: #171321;
  --color-text: #171321;
  --color-text-strong: #171321;
  --color-text-soft: #4d4a57;
  --color-text-muted: #6e6b78;
  --color-text-faint: #9b99a3;
  --color-on-brand: #ffffff;
  --color-brand: #fc6d26;
  --color-brand-red: #e24329;
  --color-brand-purple: #6e49cb;
  --color-brand-soft: rgba(252, 109, 38, 0.10);
  --color-brand-gradient: linear-gradient(135deg, #fc6d26 0%, #e24329 50%, #6e49cb 100%);
  --color-cta-bg: #171321;
  --color-cta-text: #ffffff;
  --color-cta-hover: #2b2640;
  --color-cta-light-bg: #ffffff;
  --color-cta-light-text: #171321;
  --color-link: #6e49cb;
  --color-link-hover: #5a3aa8;
  --color-border: #171321;
  --color-border-soft: #dcd9e3;
  --color-border-faint: #ece9f1;
  --color-semantic-success: #108548;
  --color-semantic-warning: #c17d10;
  --color-semantic-danger: #dd2b0e;
  --color-semantic-info: #6e49cb;
  --color-shadow-tint: rgba(23, 19, 33, 0.10);

  /* type */
  --display-size: 96px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 18px;
  --label-size: 14px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'GitLab Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'GitLab Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'GitLab Mono', ui-monospace, monospace;
}
