:root {
  --color-primary: #5c6a2d;
  --color-primary-dark: #3d4a1a;
  --color-secondary: #c8a84e;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
}

/* Serif headings */
h1, h2, h3 {
  font-family: Georgia, 'Times New Roman', serif;
}

/* Hide scrollbar on snap carousels (mobile) */
[style*="scrollbar-width:none"]::-webkit-scrollbar { display: none; }

/* Honeypot field — hidden from real users */
.hp-field {
  position: absolute;
  left: -9999px;
}
