:root{
  --bg:#f7f6f2;
  --panel:#ffffff;
  --panel-2:#f1efe9;
  --text:#1f1d19;
  --text-2:#5a564e;
  --text-3:#8a857b;
  --border:#e5e1d8;
  --border-strong:#d5d0c4;
  --accent:#1f1d19;
  --accent-text:#ffffff;
  --info:#2d6cdf;
  --ok:#1D9E75;
  --err:#D85A30;
  --radius-sm:8px;
  --radius-md:12px;
  --radius-lg:16px;
  --font-sans:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
