/* USED BY: site-wide, via includes/site_assets.php's heyri_print_stylesheets()
   (loaded from includes/header.php on every custom page). */
/* Heyri design tokens */
:root {
    --heyri-paper: #fffdf8;
    --heyri-ivory: #fff8ee;
    --heyri-cream: #f8efe4;
    --heyri-clay: #a85e38;
    --heyri-clay-soft: #f4dfcf;
    --heyri-green: #2f665e;
    --heyri-green-dark: #224d47;
    --heyri-sage: #e8f1eb;
    --heyri-ink: #2f241d;
    --heyri-muted: #74675c;
    --heyri-line: rgba(168, 94, 56, 0.18);
    --heyri-line-strong: rgba(168, 94, 56, 0.28);
    --heyri-shadow: 0 18px 48px rgba(74, 55, 40, 0.1);
    --heyri-radius: 8px;
    --heyri-shell-max: 1320px;
    --heyri-shell-gutter: clamp(18px, 4vw, 40px);
    --heyri-section-gap: clamp(34px, 4.8vw, 60px);
    --heyri-font-title: "Gowun Batang", serif;
    --heyri-font-ui: "Hahmlet", serif;
}

body {
    background:
        radial-gradient(circle at 8% 12%, rgba(168, 94, 56, 0.045), transparent 28rem),
        radial-gradient(circle at 92% 18%, rgba(47, 102, 94, 0.04), transparent 26rem),
        linear-gradient(180deg, var(--heyri-ivory) 0%, #fffdf9 58%, #fff 100%) !important;
}

body,
#wrapper {
    overflow-x: clip;
}
