:root {
  --background: #F2F2F7;
  --background-element: #FFFFFF;
  --text: #000000;
  --text-secondary: #60646C;
  --accent: #407B54;
  --border: rgba(0, 0, 0, 0.12);
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #161616;
    --background-element: #1c1c1c;
    --text: #FFFFFF;
    --text-secondary: #B0B4BA;
    --accent: #407B54;
    --border: rgba(255, 255, 255, 0.14);
  }
}
