/**
 * Generated from Magic — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1c2024;
  --text-dim: #1c2024;
  --text-faint: #80838d;
  --brand: #0090ff;
  --on-brand: #ffffff;
  --border: #e8e8ec;
  --border-strong: #d9d9e0;
  --success: #2c8849;
  --warning: #bb6a00;
  --danger: #c62a44;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #fcfcfd;
  --color-surface-muted: #f9f9fb;
  --color-text: #1c2024;
  --color-text-strong: #1c2024;
  --color-text-body: #2c2d2f;
  --color-text-muted: #60646c;
  --color-text-faint: #80838d;
  --color-text-disabled: #8b8d98;
  --color-brand: #0090ff;
  --color-brand-hover: #0586f0;
  --color-brand-strong: #0d74ce;
  --color-brand-ink: #113264;
  --color-on-brand: #ffffff;
  --color-link: #0d74ce;
  --color-link-hover: #0090ff;
  --color-border: #e8e8ec;
  --color-border-soft: #f0f0f3;
  --color-border-strong: #d9d9e0;
  --color-border-translucent: rgba(0, 8, 48, 0.094);
  --color-diff-insert-bg: #ecfdee;
  --color-diff-delete-bg: #feeced;
  --color-diff-delete-surface: #fcf7f8;
  --color-success: #2c8849;
  --color-warning: #bb6a00;
  --color-danger: #c62a44;
  --color-info: #0090ff;
  --color-shadow-tint: rgba(0, 5, 9, 0.06);

  /* type */
  --display-size: 64px;
  --h1-size: 46px;
  --h2-size: 34px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

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

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

  /* fonts */
  --font-display: 'Aeonik', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Suisse Intl', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
