* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.5;
}

a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.1rem;
  text-decoration-thickness: 0.05rem;
  color: var(--primary);
  cursor: pointer;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.text-xl, .text-xl * {
  font-size: 2.25rem;
}

.text-lg, .text-lg * {
  font-size: 1.5rem;
}

.text-md, .text-md * {
  font-size: 1.25rem;
}

.text-nr, .text-nr * {
  font-size: 1rem;
}

.text-sm, .text-sm * {
  font-size: 0.875rem;
}

.text-xs, .text-xs * {
  font-size: 0.625rem;
}

.text-darkblue, .text-darkblue * {
  color: #161A41;
}

.text-center {
  text-align: center;
}

.emph, b {
  color: #22278b;
  font-weight: bold;
  line-height: inherit;
}

.display-none {
  display: none !important;
}/*# sourceMappingURL=general.css.map */