@font-face {
  font-family: "Vogun";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Vogun-Medium.woff2") format("woff2"), url("../fonts/Vogun-Medium.woff") format("woff"), url("../fonts/Vogun-Medium.ttf") format("truetype"), url("../fonts/Vogun-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Vogun";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Vogun-MediumItalic.woff2") format("woff2"), url("../fonts/Vogun-MediumItalic.woff") format("woff"), url("../fonts/Vogun-MediumItalic.ttf") format("truetype"), url("../fonts/Vogun-MediumItalic.otf") format("opentype");
}
:root {
  --dm-blue: #3a1bff;
  --dm-beige: #eeedd8;
  --dm-black: #100f0d;
  --dm-bg: #3a1bff;
  --dm-fg: #eeedd8;
  --dm-accent: #100f0d;
  --dm-font-serif: "Vogun", "Times New Roman", Georgia, serif;
  --dm-font-sans: "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--dm-accent);
}/*# sourceMappingURL=theme.css.map */