@font-face {
  font-family: "MaulstickBody";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./F37Maulstick-Regular.woff") format("woff"),
    url("./F37Maulstick-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "MaulstickHeader";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./F37Maulstick-SemiBold.woff") format("woff"),
    url("./F37Maulstick-SemiBold.woff2") format("woff2");
}

body {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 16px;
  margin-right: 16px;
  max-width: 600px;
  font-family: "MaulstickBody";
  color: #2c2c2c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.9px;
}

/* Center content on larger screens */
@media (min-width: 601px) {
  body {
    margin-left: auto;
    margin-right: auto;
  }
}

h1 {
  font-family: "MaulstickHeader";
  color: #004173;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin: 0;
}

#cookies ul {
  list-style-type: none;
  padding: 0;
}

.table {
  color: #484848;
  margin-bottom: 16px;
  border-left: 2px solid #a6a6a6;
  border-right: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
}

.tableHeader {
  border-top: 2px solid #a6a6a6;
  color: #ffffff;
  height: 55px;
  background-color: #0052bd;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "MaulstickHeader";
}

.table > div {
  padding-left: 14px;
  padding-right: 14px;
}

.what-it-does {
  padding-bottom: 20px;
}

.bold {
  font-family: "MaulstickHeader";
}

a {
    overflow-wrap: anywhere;
}