@font-face {
  font-family: 'ShadowsIntoLight';
  src: url('https://cdn.wedotstud.io/fonts/ShadowsIntoLight/ShadowsIntoLight-Regular.ttf') format('truetype');
}


body {
  font: 20px 'ShadowsIntoLight', sans-serif !important;
  text-align: center;
  background-color: #fff !important;
}

h2:before,
h3:before {
  content: "" !important;
}

section {
  text-align: left !important;
}

@media (prefers-color-scheme: dark) {
  body {
    color: #fff !important;
    background-color: #222 !important;
  }
}