/* Website theme (Admin > Appearance). Generated; do not edit. */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Jost:wght@400;500;600&display=swap");
:root {
  --paper: #fbf8f1; --stone: #f1ebdd; --ink: #23201a; --ink-soft: rgba(35, 32, 26, 0.68); --line: rgba(35, 32, 26, 0.12);
  --night: #1c2a22; --night-2: #24362c; --on-night: #f6f1e4; --on-night-soft: rgba(246, 241, 228, 0.7); --line-night: rgba(246, 241, 228, 0.18);
  --sand: #d9b970; --sand-deep: #7a5510;
  --serif: "Cormorant Garamond", Georgia, serif; --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --r-card: 2px; --r-btn: 2px; --r-field: 2px;
}
.hdr.is-solid { background: rgba(251, 248, 241, 0.94); }
@supports (backdrop-filter: blur(1px)) { .hdr.is-solid { background: rgba(251, 248, 241, 0.82); } }
.hm-hero { background-color: #1c2a22; }
.hm-hero::after { background: linear-gradient(180deg, rgba(28, 42, 34, 0.55) 0%, rgba(28, 42, 34, 0.1) 32%, rgba(28, 42, 34, 0.35) 60%, rgba(28, 42, 34, 0.9) 100%); }
