/* the whole theme lives here. change a value, whole os changes */

:root {

  --bg: #f1e8df;
  --bg-hi: #f8f1ea;

  --panel: #fcfaf8;
  --panel-2: #f2ece5;
  --elev: #ffffff;

  --border: #e4ddd4;
  --border-strong: #d7cec2;

  --text: #423c34;
  --text-muted: #8f887d;

  /* orange does all the heavy lifting */
  --accent: #e07d3c;
  --accent-hover: #c96829;
  --accent-soft: #f8e5d3;
  --accent-softer: #fdf2e8;

  --shadow: 0 10px 30px rgba(80,55,30,0.10), 0 1px 2px rgba(80,55,30,0.06);
  --glow: none;


  /* todo: dark mode someday, maybe */
  --title-font: 'Inter', system-ui, sans-serif;
  --title-size: 36px;
  --title-weight: 800;

  --font-ui: 'Inter', system-ui, sans-serif;
  --font-mono: 'Space Mono', ui-monospace, monospace;
}
