[data-dark=false] {
  --primary: #6a994e;
  --secondary: #a7c957;
  --text: #000000;
  --background: #ffffff;
  --background-alt: rgb(244, 244, 244);
  --light-gray: rgb(191, 191, 191);
  --gray: rgb(128, 128, 128);
  --dark-gray: rgb(64, 64, 64);
  --overlay: #00000020;
}

[data-dark=true] {
  --primary: #e3eedd;
  --secondary: #075985;
  --text: #ffffff;
  --background: #181818;
  --background-alt: #1c1c1c;
  --light-gray: #24422b;
  --gray: #808080;
  --dark-gray: #b0b0b0;
  --overlay: #ffffff10;
}

:root {
  --title: "Barlow", sans-serif;
  --heading: "Barlow", sans-serif;
  --body: "Barlow", sans-serif;
  --code: "Roboto Mono", monospace;
  --large: 1.2rem;
  --xl: 1.4rem;
  --xxl: 1.6rem;
  --thin: 200;
  --regular: 400;
  --semi-bold: 500;
  --bold: 600;
  --spacing: 2;
  --compact: 1.5;
  --rounded: 3px;
  --shadow: 0 0 10px 0 var(--overlay);
  --transition: 0.2s ease;
}

/*# sourceMappingURL=-theme.css.map */