/**
 * Generated from Accenture — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0a0a;
  --surface: #141414;
  --surface-alt: #141414;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #a600ff;
  --on-brand: #ffffff;
  --border: #2e2e2e;
  --border-strong: #4d4d4d;
  --success: #3ad29f;
  --warning: #ffb800;
  --danger: #ff5252;

  /* full color palette */
  --color-bg: #0a0a0a;
  --color-bg-pure: #000000;
  --color-surface: #141414;
  --color-surface-soft: #1c1c1c;
  --color-surface-strong: #262626;
  --color-surface-light: #ffffff;
  --color-surface-light-soft: #f2f2f2;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #e6e6e6;
  --color-text-muted: #a3a3a3;
  --color-text-soft: #6b6b6b;
  --color-text-on-light: #0a0a0a;
  --color-text-on-light-mute: #525252;
  --color-brand: #a600ff;
  --color-brand-bright: #be4bff;
  --color-brand-deep: #7d00c4;
  --color-brand-soft: rgba(166,0,255,0.12);
  --color-on-brand: #ffffff;
  --color-border: #2e2e2e;
  --color-border-strong: #4d4d4d;
  --color-border-on-light: #e0e0e0;
  --color-link: #ffffff;
  --color-link-hover: #a600ff;
  --color-focus: #a600ff;
  --color-scrim: rgba(0,0,0,0.7);
  --color-success: #3ad29f;
  --color-success-soft: rgba(58,210,159,0.14);
  --color-warning: #ffb800;
  --color-warning-soft: rgba(255,184,0,0.14);
  --color-danger: #ff5252;
  --color-danger-soft: rgba(255,82,82,0.14);
  --color-info: #a600ff;
  --color-info-soft: rgba(166,0,255,0.12);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --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: 'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
