/*:root{
--b-font-main: system-ui, sans-serif;
--b-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--b-txt: #2e3440;
--b-bg-1: #fff;
--b-bg-2: #eceff4;
--b-line: #eceff4;
--b-link: #bf616a;
--b-btn-bg: #242933;
--b-btn-txt: #fff;
--b-focus: #88c0d0
}*/

:root{
/*  --b-txt: #614923;*/
  --b-txt: #493921;
  --b-bg-1: #faf6ef;
  --b-bg-2: #dfd3b9;
  --b-line: #8b9571;
  --b-focus: #dfd3b9
}

@media(prefers-color-scheme: dark){
  :root{
  /*  --b-txt: #614923;*/
    --b-txt: #493921;
    --b-bg-1: #faf6ef;
    --b-bg-2: #dfd3b9;
    --b-line: #8b9571;
    --b-focus: #dfd3b9
  }
}