/**
 * Design tokens — extracted from Figma file Aurelia-Terra (HOME V4, node 200:367).
 */
:root {
	/* Colors */
	--at-bg: #fdfbf5;
	--at-primary: #a35a34;
	--at-primary-dark: #742a15;
	--at-brown: #3d2b1f;
	--at-text: #2a2a2a;
	--at-text-black: #000000;
	--at-white: #ffffff;
	--at-hero-green: #1d6e4f;
	--at-hero-dark: #00170e;
	--at-cream: #eee8d6;
	--at-cream-light: #efe1d1;
	--at-form-bg: #f5f3ed;
	--at-border: #cdcac2;
	--at-border-dark: #948f80;
	--at-table-border: var(--at-border-dark);
	--at-gray-placeholder: #d9d9d9;

	/* Typography — Source Serif 4 (headings), Lato (body), Jost (hero CTA) */
	--at-font-heading: "Source Serif 4", Georgia, serif;
	--at-font-body: "Lato", Arial, sans-serif;
	--at-font-ui: "Jost", "Lato", Arial, sans-serif;

	/* Type scale from Figma */
	--at-fs-hero: 50px;
	--at-fs-h2: 40px;
	--at-fs-stat: 45px;
	--at-fs-nav: 14px;
	--at-fs-body: 16px;
	--at-fs-small: 14px;
	--at-fs-label: 12px;
	--at-fs-footer-title: 18px;
	--at-lh-hero: 60px;
	--at-lh-h2: 55px;
	--at-lh-body: 28px;
	--at-lh-nav: 26px;
	--at-tracking-label: 0.6px;
	--at-tracking-body: 0.16px;
	--at-tracking-section: 1.4px;

	/* Layout — artboard 1880px, content ~1500px, side padding 190px */
	--at-artboard: 1880px;
	--at-container: 1500px;
	--at-gutter: 190px;
	--at-section-pad-y: 80px;

	/* Radii */
	--at-radius-btn: 10px;
	--at-radius-card: 20px;
	--at-radius-section: 30px;
	--at-radius-pill: 190px;
	--at-radius-oval: 330px;

	/* Sizes */
	--at-header-height: 108px;
	--at-hero-height: 920px;
	--at-btn-height: 50px;
	--at-icon-circle: 41px;
	--at-accent-bar: 3px;
	--at-accent-bar-h: 16px;

	/* Shadows — minimal in Figma; cards use borders */
	--at-shadow-card: 0 0 0 1px var(--at-border);

	/* Transitions */
	--at-transition: 0.25s ease;
}
