/**
 * Generated from Deloitte — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #86bc25;
  --on-brand: #000000;
  --border: #e3e3e3;
  --border-strong: #666666;
  --success: #86bc25;
  --warning: #ed8b00;
  --danger: #da291c;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #e3e3e3;
  --color-surface-dark: #333333;
  --color-surface-dark-elev: #4a4a4a;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #000000;
  --color-text-muted: #666666;
  --color-text-soft: #767676;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-mute: #cccccc;
  --color-brand: #86bc25;
  --color-brand-deep: #5c8a1a;
  --color-brand-soft: #eef7e0;
  --color-on-brand: #000000;
  --color-accent: #1076a8;
  --color-accent-hover: #0c5d85;
  --color-accent-soft: #e7f1f6;
  --color-on-accent: #ffffff;
  --color-border: #e3e3e3;
  --color-border-strong: #666666;
  --color-border-on-dark: #5e5e5e;
  --color-link: #1076a8;
  --color-link-hover: #0c5d85;
  --color-focus: #1076a8;
  --color-scrim: rgba(0,0,0,0.55);
  --color-success: #86bc25;
  --color-success-soft: #eef7e0;
  --color-warning: #ed8b00;
  --color-warning-soft: #fdf0dc;
  --color-danger: #da291c;
  --color-danger-soft: #fbe9e7;
  --color-info: #1076a8;
  --color-info-soft: #e7f1f6;

  /* type */
  --display-size: 64px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.01em;

  /* 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: 'Open Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Open Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
