@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;500;700&display=swap");
@font-face {
  font-family: "value-serif-regular";
  src: url("value-serif-regular.eot");
  src: url("/fonts/value-serif-regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/value-serif-regular.woff2") format("woff2"),
    url("/fonts/value-serif-regular.woff") format("woff"),
    url("/fonts/value-serif-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 20px;
  background-color: #fbf9f8;
}
@media (max-width: 768px) {
  html {
    font-size: 17px;
  }
}
body {
  font-family: Public Sans, system-ui, sans-serif;
  font-weight: 300;
  color: #041b2f;
}
body div {
  transition: background-color 0.2s;
}
.bg-offwhite {
  background-color: #fbf9f8;
}
.bg-black {
  background-color: #041b2f;
}
.black {
  color: #041b2f;
}
.value,
h1,
h2 {
  font-family: "value-serif-regular";
  font-weight: 300;
}
input {
  border: none;
}
input:focus {
  outline: none;
}
.gray {
  color: #6f7a8f;
}
.dark-blue {
  color: #083c69;
}
input,
select {
  font-weight: 300;
  -webkit-appearance: none;
  color: #041b2f;
}
input::placeholder,
select::placeholder {
  color: #6f7a8f !important;
}
.mw-layout {
  width: 100%;
  max-width: 900px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
