/**
 * Generated from Craft — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fcf9f7;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #030302;
  --text-dim: #030302;
  --text-faint: #030302;
  --brand: #030302;
  --on-brand: #ffffff;
  --border: rgba(3, 3, 2, 0.09);
  --border-strong: rgba(3, 3, 2, 0.16);
  --success: #2f7d4f;
  --warning: #9a6212;
  --danger: #c0382e;

  /* full color palette */
  --color-bg: #fcf9f7;
  --color-bg-soft: #f7f2ee;
  --color-surface: #ffffff;
  --color-surface-elev: #fbf7f4;
  --color-text: #030302;
  --color-text-strong: #030302;
  --color-text-body: #3a3835;
  --color-text-secondary: #5c5a57;
  --color-text-muted: #8a8782;
  --color-brand: #030302;
  --color-brand-hover: #1c1b19;
  --color-on-brand: #ffffff;
  --color-accent-blue: #2563eb;
  --color-accent-blue-hover: #1d4ed8;
  --color-accent-blue-soft: #e8effe;
  --color-accent-blue-deep: #1e40af;
  --color-border: rgba(3, 3, 2, 0.09);
  --color-border-soft: rgba(3, 3, 2, 0.05);
  --color-border-strong: rgba(3, 3, 2, 0.16);
  --color-shadow-card: rgba(36, 30, 24, 0.05);
  --color-shadow-elev: rgba(36, 30, 24, 0.10);
  --color-scrim: rgba(18, 16, 14, 0.45);
  --color-success: #2f7d4f;
  --color-success-soft: #e8f3ec;
  --color-warning: #9a6212;
  --color-warning-soft: #fbf0dc;
  --color-danger: #c0382e;
  --color-danger-soft: #f9e6e3;
  --color-info: #2563eb;
  --color-info-soft: #e8effe;

  /* type */
  --display-size: 80px;
  --h1-size: 66px;
  --h2-size: 54px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

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

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

  /* fonts */
  --font-display: 'Untitled Serif', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Untitled Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
