@import url(oswald/oswald-min.css);
@import url(roboto/roboto-min.css);
@import url(uikit.min.css);
@import url(tw.css);
:root {
  --PrimaryBG: #132028;
  --SecondaryBG: #1b2a34;
  --TertiaryBG: #111d24;
  --card: #263139;
}
.PrimaryBG {
  background-color: var(--PrimaryBG);
}
.SecondaryBG {
  background-color: var(--secondaryBG);
}
.card {
  background-color: var(--card);
}
.TertiaryBG {
  background-color: var(--TertiaryBG);
}
h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.hf {
  font-family: "Oswald", sans-serif !important;
  color: #ffffff;
}
body {
  background-color: var(--SecondaryBG);
}
body,
.wf {
  font-family: "Roboto", sans-serif !important;
  color: #ffffff;
}
a {
  color: inherit;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.menuList > li > a {
  display: block;
  width: 100%;
  background-color: #ffffff0e;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.menuList > li > a:hover {
  background-color: #ffffff1a;
  cursor: pointer;
}
.uk-list-divider > :nth-child(n + 2) {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.uk-offcanvas-overlay {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
