@import "../fonts/aller/stylesheet.css";
header nav {
  background-color: #071C4E;
  padding: 16px 0px !important;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1803921569);
}
header nav .container {
  padding-left: 12px;
  padding-right: 12px;
}
header nav .container .nav-list {
  display: flex;
  gap: 60px;
}
header nav .container .nav-list .nav-links {
  display: flex;
  gap: 6px;
}
header nav .container .nav-list .nav-links .nav-link {
  color: #fff;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
}
header nav .container .nav-list .nav-button {
  display: flex;
  border-radius: 5px;
  border: 0;
  background-color: #fff;
  padding: 12px 16px;
}
header nav .container .nav-list .nav-button a {
  color: #0E1A36;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}

body {
  font-family: "Aller", sans-serif;
}/*# sourceMappingURL=app.css.map */