/**
 * Generated from Square — 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: #000000;
  --on-brand: #ffffff;
  --border: #d8d8d8;
  --border-strong: #a0a0a0;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #000000;
  --color-bg-cool: #f7f7f7;
  --color-bg-cream: #f1eee9;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-strong: #ebebeb;
  --color-surface-dark-elevated: #1c1c1c;
  --color-surface-cream: #f1eee9;
  --color-text: #000000;
  --color-text-body: #1c1c1c;
  --color-text-muted: #5a5a5a;
  --color-text-subtle: #8a8a8a;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: #a0a0a0;
  --color-brand: #000000;
  --color-brand-hover: #1c1c1c;
  --color-accent: #006aff;
  --color-accent-hover: #0050c8;
  --color-accent-soft: #e6efff;
  --color-on-brand: #ffffff;
  --color-on-accent: #ffffff;
  --color-link: #006aff;
  --color-link-hover: #0050c8;
  --color-border: #d8d8d8;
  --color-border-strong: #a0a0a0;
  --color-border-soft: #ebebeb;
  --color-border-on-dark: rgba(255,255,255,0.16);
  --color-semantic-success: #1f8b4c;
  --color-semantic-warning: #cc7700;
  --color-semantic-danger: #cf202f;
  --color-semantic-info: #006aff;
  --color-focus-ring: rgba(0,106,255,0.45);
  --color-shadow-ambient: rgba(0, 0, 0, 0.04);
  --color-shadow-soft: rgba(0, 0, 0, 0.08);
  --color-shadow-hard: rgba(0, 0, 0, 0.16);

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

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

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

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