html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
  margin: 0;

  letter-spacing: 0;
  line-height: 1.625;
  font-family: "Asap-Regular", serif;
  font-size: 1rem;
  color: #454545;

  word-break: break-word;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: sticky;
  top: 0;
  background-color: white;

  z-index: 10;
}

.header object {
  padding: 1.5em 0 1.5em 1.5em;
}

object {
  width: 22px;
  margin-right: 0.5em;
}

.spacer {
  flex: 1;
}

.locale-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.5em;
}

.locale-dropdown-content {
  display: none;
  position: absolute;
  width: 40vw;
  right: 1.5em;
  z-index: 1;
  top: 60px;
  border-radius: 2px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
  background-color: white;
  max-height: 40vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.locale-dropdown-content p {
  margin: 0;
  padding: 1em 1.5em 1em 1.5em;
}

.dropdown {
  position: sticky;
  top: 70px;
  background-color: #f0f0f0;
  width: 100%;
}

.dropdown-highlight {
  background-color: #f0f0f0;
}

.dropdown-button {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-family: "Asap-SemiBold", serif;
  font-size: 1em;
  text-decoration: none;
  margin: 0;
  text-align: left;

  padding: 1em 1.5em 1em 1.5em;
  width: 100%;
  border: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: calc(100vw - 3em);
  left: 1.5em;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.12);
  background-color: white;
  max-height: 40vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown-content article {
  margin: 0;
}

.dropdown-content h2 {
  color: #454545;
  font-family: "Asap-Regular", serif;
  margin: 0;
  padding: 1em;
}

.show {
  display: block;
}

h2 {
  font-family: "Asap-SemiBold", serif;
  font-size: 1em;
  text-decoration: none;
  margin: 1em 0 1em 0;
}

h3 {
  font-family: "Asap-SemiBold", serif;
  font-size: 1em;
  text-decoration: none;
}

.bold {
  font-family: "Asap-SemiBold", serif;
}

a {
  font-family: "Asap-SemiBold", serif;
  text-decoration: none;
  color: #454545;
}

a:hover {
  font-family: "Asap-SemiBold", serif;
  text-decoration: none;
  color: #f29309;
}

.no-top-margin {
  margin-top: 0;
}

.bottom-margin {
  margin-bottom: 3em;
}

.side-margin {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.arrowIcon {
  transition: all 0.5s ease-out;
  margin-left: 0.5em;
}

.rotated {
  transform: rotate(180deg);
  transition: all 0.5s ease-out;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

li:before {
  content: "\2022";
  color: #f29309;
  font-size: 1.563rem;
  vertical-align: sub;
  padding-right: 0.2em;
}

@font-face {
  font-family: "Asap-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Asap Regular"), local("Asap-Regular"),
    url("assets/fonts/asap-v11-latin-regular.woff2") format("woff2"),
    url("assets/fonts/asap-v11-latin-regular.woff") format("woff");
}

@font-face {
  font-family: "Asap-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: local("Asap SemiBold"), local("Asap-SemiBold"),
    url("assets/fonts/asap-v11-latin-600.woff2") format("woff2"),
    url("assets/fonts/asap-v11-latin-600.woff") format("woff");
}
