* { box-sizing: border-box; }
html { font-size: 100%; }
body {
  width: 100%;
  height: auto;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}