* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: var(--font-family), serif;
  font-size: 0.875rem;
  font-weight: 600;
}

body {
  overflow: hidden !important;
}

body.o-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

label {
  margin: 0;
}

.kolkit {
  line-height: 1;
}

.greyedOut {
  opacity: 0.5;
}

.noDataPlaceholder {
  color: var(--color-tertiary-300);
  font-family: var(--font-family-heading), serif;
  font-weight: var(--font-weight-medium);
  font-size: 16px;
}
