/**
 * Generated from Zoom — 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: #9595a8;
  --brand: #0b5cff;
  --on-brand: #ffffff;
  --border: #d6d8df;
  --border-strong: #a8acb8;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8f9fa;
  --color-bg-blue-soft: #eef4ff;
  --color-bg-blue-deep: #0b1739;
  --color-surface: #ffffff;
  --color-surface-elev: #fafbfc;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-medium: #232333;
  --color-text-soft: #3d3d50;
  --color-text-muted: #67677e;
  --color-text-faint: #9595a8;
  --color-text-disabled: #c4c4cf;
  --color-text-on-deep: #ffffff;
  --color-brand: #0b5cff;
  --color-brand-deep: #0846cc;
  --color-brand-bright: #2872ff;
  --color-brand-soft: #eef4ff;
  --color-brand-tint: #b3ccff;
  --color-on-brand: #ffffff;
  --color-accent-violet: #7b61ff;
  --color-accent-violet-soft: #f0ecff;
  --color-accent-cyan: #00b6f0;
  --color-accent-cyan-soft: #e0f6fd;
  --color-accent-orange: #ff7a59;
  --color-accent-orange-soft: #fff0eb;
  --color-accent-green: #3ec78f;
  --color-link: #0b5cff;
  --color-link-hover: #0846cc;
  --color-selected-bg: #eef4ff;
  --color-disabled: #c4c4cf;
  --color-border: #d6d8df;
  --color-border-strong: #a8acb8;
  --color-border-subtle: #eceef2;
  --color-border-brand: rgba(11, 92, 255, 0.30);
  --color-success-bg: #e3f6ed;
  --color-success-text: #16794e;
  --color-warning-bg: #fff4e0;
  --color-warning-text: #7a5400;
  --color-danger-bg: #fde6ea;
  --color-danger-text: #a51c30;
  --color-info-bg: #eef4ff;
  --color-info-text: #0846cc;

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

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