/**
 * Generated from Dyson — 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: #b2b3b4;
  --brand: #333333;
  --on-brand: #ffffff;
  --border: #dcdcdc;
  --border-strong: #b2b3b4;
  --success: #79b928;
  --warning: #f59e0b;
  --danger: #da2f47;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-near-white: #fdfdfd;
  --color-bg-callout: #fbfbfb;
  --color-bg-lightest: #f3f3f3;
  --color-bg-subtle: #f0f0f0;
  --color-bg-light: #ebebeb;
  --color-bg-product-seam: #f2f2f2;
  --color-surface: #ffffff;
  --color-surface-soft: #fbfbfb;
  --color-surface-callout: #fbfbfb;
  --color-brand: #333333;
  --color-brand-hover: #292929;
  --color-brand-pressed: #1a1a1a;
  --color-brand-deep: #000000;
  --color-on-brand: #ffffff;
  --color-text-on-brand: #ffffff;
  --color-accent-magenta: #c4398d;
  --color-accent-gold: #8a6e00;
  --color-accent-yellow: #ffcc01;
  --color-danger: #da2f47;
  --color-danger-tint: rgba(218, 47, 71, 0.1);
  --color-link: #0066cc;
  --color-link-hover: #006fdd;
  --color-focus-ring: #66afe9;
  --color-success: #79b928;
  --color-success-hover: #69a239;
  --color-text: #333333;
  --color-text-strong: #2e2e2e;
  --color-text-muted: #666666;
  --color-text-soft: #999999;
  --color-text-faint: #b2b3b4;
  --color-border: #dcdcdc;
  --color-border-strong: #b2b3b4;
  --color-border-soft: #d5d5d5;
  --color-border-brand: #333333;

  /* type */
  --display-size: 56px;
  --h1-size: 44px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.01em;

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

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

  /* fonts */
  --font-display: 'Dyson Futura', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Dyson Futura', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'FoundryGridnik', ui-monospace, monospace;
}
