:root{
  --c-bg: #f5ead8;
  --c-surface: #ebddc5;
  --c-text: #201e1d;
  --c-muted: #6a6152;
  --c-line: color-mix(in srgb, #201e1d 12%, transparent);
  --c-accent: #a8762c;
  --c-accent-600: #956721;
  --c-accent-700: #78521a;
  --c-accent-800: #553911;
  --c-accent-tint: #f7e8c9;
  --c-accent-ink: #fffaf0;
  --c-accent-soft: color-mix(in srgb, #a8762c 12%, transparent);
  --grad: #a8762c;
  --f-body: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --f-head: "Podkova", "PT Serif", Georgia, "Times New Roman", serif;
  --f-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --w-h1: 700;
  --w-h2: 700;
  --s-h1: clamp(30px, 4.4vw, 46px);
  --s-h2: clamp(23px, 2.7vw, 31px);
  --s-body: 17px;
  --r-card: 20px;
  --r-btn: 999px;
  --r-pill: 999px;
  --wrap: 1120px;
  --prose: 720px;
  --gap: 24px;
  --section: 72px;
  --shadow: 0 1px 2px color-mix(in srgb, #2e2b25 12%, transparent), 0 8px 24px -12px color-mix(in srgb, #2e2b25 24%, transparent);
  --border: 1px solid var(--c-line);
}
html{--layout: article;}
body{--layout-name: "article";}
