@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/inter/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-bold";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/inter/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-light";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/inter/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-medium";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/inter/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat-bold";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat-medium";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat-black";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-Black.ttf") format("truetype");
}
/* FONTS */
/* COLORS */
/* TEXT COLORS */
/* BG COLORS */
.hidden {
  display: none !important;
}
body {
  background-color: #080C16;
}
#wrapper {
  min-width: 300px;
  position: relative;
}
#wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrapper a {
  text-decoration: none;
}
