/**
 * Generated from Convex — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f6eedb;
  --surface: #1a1a1a;
  --surface-alt: #1a1a1a;
  --text: #141414;
  --text-dim: #141414;
  --text-faint: #6b6b6b;
  --brand: #1a1a1a;
  --on-brand: #fdf4cc;
  --border: rgba(20,20,20,0.12);
  --border-strong: rgba(20,20,20,0.22);
  --success: #3f7d4e;
  --warning: #b8860b;
  --danger: #9b3232;

  /* full color palette */
  --color-bg: #f6eedb;
  --color-bg-alt: #fbf7ec;
  --color-bg-warm: #efe5cd;
  --color-surface: #1a1a1a;
  --color-surface-deep: #141414;
  --color-text: #141414;
  --color-text-strong: #000000;
  --color-text-muted: #555555;
  --color-text-faint: #6b6b6b;
  --color-text-on-dark: #ffffff;
  --color-text-on-brand: #fdf4cc;
  --color-brand: #1a1a1a;
  --color-brand-hover: #292929;
  --color-accent: #fdf4cc;
  --color-accent-soft: #faecae;
  --color-on-white: #292929;
  --color-pill-white: #ffffff;
  --color-fill-subtle: rgba(0,0,0,0.05);
  --color-fill-subtle-inv: rgba(255,255,255,0.05);
  --color-border: rgba(20,20,20,0.12);
  --color-border-strong: rgba(20,20,20,0.22);
  --color-border-on-dark: rgba(255,255,255,0.12);
  --color-focus-ring: #1a1a1a;
  --color-focus-ring-dark: #fdf4cc;
  --color-selection-bg: #1a1a1a;
  --color-selection-text: #fdf4cc;
  --color-shadow: rgba(20,20,20,0.08);
  --color-link: #141414;
  --color-link-hover: #1a1a1a;
  --color-success: #3f7d4e;
  --color-warning: #b8860b;
  --color-danger: #9b3232;
  --color-info: #3a5a8c;
  --color-on-brand: #fdf4cc;

  /* type */
  --display-size: 72px;
  --h1-size: 42px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'gtAmerica', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'gtAmerica', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'GT America Mono', ui-monospace, monospace;
}
