body {
  position: relative;
  background: #667475;
}

.ovo-regular {
  font-family: "Ovo", serif;
  font-weight: 400;
  font-style: normal;
}

.mulish-regular {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fixed-bar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #D6CDC2;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #333;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.fixed-nav {
  position: fixed;
  z-index: 1000;
  top: 128px;
  left: 40px;
  bottom: 0;
  width: 260px;
  background: #A7B3A1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.container {
  max-width: 1200px;
  margin: 64px auto 0 auto;
  padding: 0 20px 0 364px;
}
.container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.container .header svg {
  height: 100px;
  width: 100px;
}
.container .header svg path.text {
  fill: #667475;
}
.container .header svg path.background {
  fill: #FFF;
}
.container .header .nav {
  display: flex;
  gap: 20px;
}
.container .header .nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
.container .header .nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.container .header .nav ul li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */