/* GENERATED FILE - theme.css - written by the admin tool / generate.py.
   style: greenhouse | palette: greenhouse
   Do not hand-edit; change the design in the admin instead.
   Dark-mode blocks mirror the THEME SYSTEM in styles.css. */
:root{
  --paper:#F7FAF1;
  --card:#FFFFFF;
  --panel:#EDF4E0;
  --line:#DCE8CB;
  --line2:#A9C293;
  --ink:#22391F;
  --muted:#5C7A52;
  --faint:#7E9973;
  --green:#2E7D32;
  --green-hover:#276B2B;
  --green-dark:#1F5423;
  --green-tint:#E2EFDC;
  --red:#C08A12;
  --red-dark:#6B4E12;
  --red-tint:#F6E8C6;
  --gold-tint:#F6E8C6;
  --gold-dark:#6B4E12;
  --photo:#CFE0BE;
  --photo-ink:#6D8560;
  --serif:"Avenir Next",Avenir,Futura,"Segoe UI Variable Display","Segoe UI",ui-sans-serif,system-ui,sans-serif;
  --r-lg:18px;--r-md:13px;--r-sm:9px;
}
@media (prefers-color-scheme: dark){
:root:not([data-theme="light"]){
  --paper:#0D1F13;
  --card:#16301D;
  --panel:#12291A;
  --line:#2A4A32;
  --line2:#4A6B52;
  --ink:#EAF6EC;
  --muted:#9BBFA3;
  --faint:#6E8F77;
  --green:#5ECD79;
  --green-hover:#79DA90;
  --green-dark:#B7EDC4;
  --green-tint:#1D3B26;
  --red:#F2C14E;
  --red-dark:#F8DFA0;
  --red-tint:#3A3116;
  --gold-tint:#453A16;
  --gold-dark:#EFD48F;
  --photo:#1E3C26;
  --photo-ink:#7FAF8C;
}
}
:root[data-theme="dark"]{
  --paper:#0D1F13;
  --card:#16301D;
  --panel:#12291A;
  --line:#2A4A32;
  --line2:#4A6B52;
  --ink:#EAF6EC;
  --muted:#9BBFA3;
  --faint:#6E8F77;
  --green:#5ECD79;
  --green-hover:#79DA90;
  --green-dark:#B7EDC4;
  --green-tint:#1D3B26;
  --red:#F2C14E;
  --red-dark:#F8DFA0;
  --red-tint:#3A3116;
  --gold-tint:#453A16;
  --gold-dark:#EFD48F;
  --photo:#1E3C26;
  --photo-ink:#7FAF8C;
}
h1,h2,h3,.brand-name{letter-spacing:-.02em;font-weight:700}.eyebrow{font-family:ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}
