@import url("fonts/fonts.css");
a {
  color: inherit;
  text-decoration: none;
}
a.dark {
  color: #695e9c !important;
}
a.light {
  color: rgb(220, 220, 235) !important;
}

a:hover.dark {
  color: rgb(190, 190, 215) !important;
}
a:hover.light {
  color: rgb(190, 190, 215) !important;
}

html {
  font-family: "OpenSansSelfHostet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html, body {
  overflow-x: hidden;
}

@media (max-width: 786px) {
  html {
    font-size: 9px !important;
  }
}
#subcontent {
  margin: 0 30px;
}

/*# sourceMappingURL=privacy-statement.css.map */
