html,
body {
  margin: 0;
  padding: 0;

  scroll-behavior: smooth;
}

body {
  font-family: 'IBM Plex Sans';
  font-weight: 300;

  background: var(--color-primary);

  overflow-x: hidden;
}

* {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.sitebranding {
  max-width: 120px;
  height: 48px;
}
.sitebranding *:not(.contextual) {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.layout-container {
  overflow: hidden;
}
