/* GENERATED FILE - theme.css - written by the admin tool / generate.py.
   style: farmdefault | palette: farmdefault
   Do not hand-edit; change the design in the admin instead.
   Dark-mode blocks mirror the THEME SYSTEM in styles.css. */
:root{
  --paper:#F7F3E8;
  --card:#FFFDF6;
  --panel:#EFE8D4;
  --line:#E2D9C4;
  --line2:#B9AC8C;
  --ink:#2E2418;
  --muted:#5C5140;
  --faint:#8A7C60;
  --green:#4A7042;
  --green-hover:#3D5C36;
  --green-dark:#2F4A2A;
  --green-tint:#E4EDDD;
  --red:#A5402D;
  --red-dark:#7A2E1E;
  --red-tint:#E9DDD6;
  --gold-tint:#F3E3C2;
  --gold-dark:#6B4E12;
  --photo:#C9BC9C;
  --photo-ink:#7A6C4E;
  --serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;
  --r-lg:10px;--r-md:9px;--r-sm:7px;
}
@media (prefers-color-scheme: dark){
:root:not([data-theme="light"]){
  --paper:#211B12;
  --card:#2A2318;
  --panel:#2E2718;
  --line:#3E3524;
  --line2:#5C5140;
  --ink:#EFE8D8;
  --muted:#C4B89E;
  --faint:#95886C;
  --green:#6E9963;
  --green-hover:#7FAA74;
  --green-dark:#CFE3C6;
  --green-tint:#33402C;
  --red:#D0705B;
  --red-dark:#EDC0B4;
  --red-tint:#463027;
  --gold-tint:#453A1E;
  --gold-dark:#E3C87E;
  --photo:#4A4230;
  --photo-ink:#A79877;
}
}
:root[data-theme="dark"]{
  --paper:#211B12;
  --card:#2A2318;
  --panel:#2E2718;
  --line:#3E3524;
  --line2:#5C5140;
  --ink:#EFE8D8;
  --muted:#C4B89E;
  --faint:#95886C;
  --green:#6E9963;
  --green-hover:#7FAA74;
  --green-dark:#CFE3C6;
  --green-tint:#33402C;
  --red:#D0705B;
  --red-dark:#EDC0B4;
  --red-tint:#463027;
  --gold-tint:#453A1E;
  --gold-dark:#E3C87E;
  --photo:#4A4230;
  --photo-ink:#A79877;
}
