<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --font: "Inter", sans-serif;
  --body-color: #000000;
  --background-color:  #383838;
  --heading-color: #000000;
  --primary-color: #000000;
  --white: #ffffff;
  --highlight-color: #eac117;
  --dark-color: #574809;
  --dark2: #4b4b4b;
  --card-color: #e8ebfb
}

</pre></body></html>