/**
 * Generated from Audi — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #333333;
  --text-dim: #333333;
  --text-faint: #999999;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #d6d6d6;
  --border-strong: #a6a6a6;
  --success: #1f8b46;
  --warning: #f0a020;
  --danger: #bb0a30;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f2f2f2;
  --color-bg-card: #ffffff;
  --color-bg-strong: #e6e6e6;
  --color-bg-dark: #000000;
  --color-bg-dark-elev: #1a1a1a;
  --color-bg-dark-card: #262626;
  --color-surface: #ffffff;
  --color-surface-soft: #f2f2f2;
  --color-surface-card: #ffffff;
  --color-surface-table: #fafafa;
  --color-text: #333333;
  --color-text-strong: #000000;
  --color-text-ink: #000000;
  --color-text-muted: #666666;
  --color-text-faint: #999999;
  --color-brand: #000000;
  --color-brand-on-light: #000000;
  --color-brand-deep: #000000;
  --color-brand-disabled: #cccccc;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-soft: #bcbcbc;
  --color-on-dark-faint: #808080;
  --color-accent-red: #bb0a30;
  --color-accent-red-deep: #8d0623;
  --color-accent-progress-blue: #0062c0;
  --color-border: #d6d6d6;
  --color-border-strong: #a6a6a6;
  --color-border-soft: #e6e6e6;
  --color-border-on-dark: rgba(255,255,255,0.16);
  --color-border-on-dark-strong: rgba(255,255,255,0.32);
  --color-link: #000000;
  --color-link-hover: #bb0a30;
  --color-ring: #000000;
  --color-shadow-soft: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.14);
  --color-shadow-deep: rgba(0,0,0,0.36);
  --color-success: #1f8b46;
  --color-warning: #f0a020;
  --color-danger: #bb0a30;
  --color-info: #0062c0;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.012em;

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

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

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