* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

ul {
  padding-left: 40px;
}
ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

button {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

input, textarea {
  color: #888;
}
input::placeholder, textarea::placeholder {
  font-size: 1rem;
  color: #888;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
input:focus, textarea:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

body {
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  color: #333333;
  position: relative;
  background-color: #FAF5F0;
}
body.open:before {
  opacity: 1;
  visibility: visible;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

main {
  overflow: hidden;
}

.content-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

/*# sourceMappingURL=app.css.map */
