/**
 * Generated from Paper Website — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fbf8f3;
  --surface: #f3eee2;
  --surface-alt: #f3eee2;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #aba59a;
  --brand: #3d6b8a;
  --on-brand: #ffffff;
  --border: #e3dcc9;
  --border-strong: #d4cab2;
  --success: #4a7a5c;
  --warning: #a04a35;
  --danger: #8a2e2e;

  /* full color palette */
  --color-bg: #fbf8f3;
  --color-bg-alt: #ffffff;
  --color-bg-cream: #faf6ec;
  --color-surface: #f3eee2;
  --color-surface-soft: #f8f4ea;
  --color-surface-warm: #f0e9d8;
  --color-text: #1a1a1a;
  --color-text-strong: #0d0d0d;
  --color-text-muted: #5c574e;
  --color-text-soft: #8a8478;
  --color-text-faint: #aba59a;
  --color-brand: #3d6b8a;
  --color-brand-hover: #2d5570;
  --color-brand-deep: #1f3f54;
  --color-brand-soft: #dde6ee;
  --color-accent: #a04a35;
  --color-accent-hover: #8a3d2a;
  --color-accent-soft: #f0e2d8;
  --color-accent-tint: #f6ebe2;
  --color-border: #e3dcc9;
  --color-border-soft: #ede6d3;
  --color-border-strong: #d4cab2;
  --color-link: #3d6b8a;
  --color-link-hover: #2d5570;
  --color-link-visited: #5b4570;
  --color-on-brand: #ffffff;
  --color-success: #4a7a5c;
  --color-success-bg: #e6efe9;
  --color-warning: #a04a35;
  --color-danger: #8a2e2e;
  --color-shadow-paper: rgba(60,40,15,0.04);
  --color-shadow-warm: rgba(80,55,20,0.06);
  --color-shadow-deep: rgba(50,30,10,0.10);

  /* type */
  --display-size: 72px;
  --h1-size: 56px;
  --h2-size: 38px;
  --body-size: 18px;
  --label-size: 12px;
  --body-line-height: 1.65;
  --display-tracking: -0.018em;

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

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

  /* fonts */
  --font-display: 'Tiempos Headline', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Tiempos Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'iA Writer Mono', ui-monospace, monospace;
  --font-serif:   'Tiempos Headline', Georgia, serif;
}
