:root{
  --background:#f7f8f6;
  --foreground:#20201d;
  --muted:#676a64;
  --panel:#ffffff;
  --ink:#143d3a;
  --ink-2:#0f2e2c;
  --rose:#b45158;
  --rose-dark:#953f47;
  --gold:#8f6722;
  --soft:#e8efeb;
  --soft-rose:#f4e7e6;
  --line:#d9ddd5;
}
html,body{background:var(--background)}
