/**
 * Generated from Casper — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1e306e;
  --text-dim: #1e306e;
  --text-faint: #8b93ac;
  --brand: #1e306e;
  --on-brand: #ffffff;
  --border: #dde0e9;
  --border-strong: #1e306e;
  --success: #1f7a4d;
  --warning: #9a6212;
  --danger: #b3261e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f6f7fa;
  --color-bg-subtle: #edeef3;
  --color-surface: #ffffff;
  --color-surface-tint: #f6f7fa;
  --color-surface-inverse: #1e306e;
  --color-on-surface-inverse: #ffffff;
  --color-brand: #1e306e;
  --color-brand-deep: #012169;
  --color-brand-hover: #011a54;
  --color-on-brand: #ffffff;
  --color-accent-tint: #e8eaf0;
  --color-accent-tint-strong: #dde0e9;
  --color-text: #1e306e;
  --color-text-strong: #012169;
  --color-text-muted: #5a6488;
  --color-text-faint: #8b93ac;
  --color-text-on-brand: #ffffff;
  --color-link: #1e306e;
  --color-link-hover: #012169;
  --color-border: #dde0e9;
  --color-border-strong: #1e306e;
  --color-border-soft: #edeef3;
  --color-focus-ring: #012169;
  --color-success: #1f7a4d;
  --color-success-bg: #e8f3ed;
  --color-warning: #9a6212;
  --color-warning-bg: #f7efe1;
  --color-danger: #b3261e;
  --color-danger-bg: #f8e8e6;
  --color-info: #1e306e;
  --color-info-bg: #edeef3;

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

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