:root{
  --background:#f8f6f3;
  --foreground:#302d2a;
  --muted:#706b66;
  --panel:#fffdfb;
  --ink:#38544f;
  --ink-2:#2d4541;
  --rose:#a96068;
  --rose-dark:#8f555c;
  --gold:#987a4a;
  --soft:#edf1ef;
  --soft-rose:#f4ebeb;
  --line:#e1ddd8;
}
html,body{background:var(--background)}
