@use "system/colors";
@use "system/typography";

html {
  text-size-adjust: none;
}

body {
  font-family: "Oslo Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5em;
  color: colors.$blue-dark;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  @extend %ods-text--weight-medium;
}

a {
  color: inherit;
  font-size: inherit;
}

pre {
  white-space: pre-wrap;
}
