@font-face {
  font-family: "Arapey Regular";
  src: url("../assets/fonts/arapey/Arapey-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arapey Italic";
  src: url("../assets/fonts/arapey/Arapey-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
header {
  background-color: white;
  margin: 12px 0;
}
header .header {
  display: flex;
  justify-content: space-between;
  margin: 0 4rem;
}
header .header .navbar {
  width: 50%;
  display: flex;
}
header .header .navbar ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-size: 2rem;
  list-style-type: none;
  margin: auto;
}
header .header .navbar ul li a {
  text-decoration: none;
  color: #34453D;
}
header .header .navbar ul li a:hover {
  text-decoration: none;
}
header .header .current_tab {
  font-weight: bold;
}
header .header .menu {
  display: none;
}

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