@font-face {
  font-family: "Monadi-Regular";
  src: url("../font/monadi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "League Gothic";
  src: url("../font/league_gothic_font.ttf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body[dir="ltr"] {
  font-family: "League Gothic", sans-serif;
}

body[dir="ltr"] header .icon-active .icon-container {
  position: absolute;
  right: 0;
  top: 0;
}
body[dir="ltr"] header .nav-container nav a {
  margin-left: 2rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
body[dir="ltr"] h2.h2_2 {
  font-family: "Monadi-Regular", sans-serif;
}

body[dir="ltr"] .content_text .signup a.items {
  padding: 0.7rem;
}
