@font-face {
  font-family: "Ubuntu Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Regular"), url("../../assets/fonts/Ubuntu-R.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Italic"), url("../../assets/fonts/Ubuntu-RI.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Light";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Light"), url("../../assets/fonts/Ubuntu-L.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Light Italic"), url("../../assets/fonts/Ubuntu-LI.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Medium"), url("../../assets/fonts/Ubuntu-M.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Medium Italic"), url("../../assets/fonts/Ubuntu-MI.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Bold"), url("../../assets/fonts/Ubuntu-B.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Bold Italic"), url("../../assets/fonts/Ubuntu-BI.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu Condensed Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Ubuntu Condensed Regular"), url("../../assets/fonts/Ubuntu-C.woff") format("woff");
}

@font-face {
  font-family: "manchester_signature";
  src: url("../../assets/fonts/manchestersignature-webfont.woff2") format("woff2"), url("../../assets/fonts/manchestersignature-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PremiumUltra15";
  src: url("../../assets/fonts/PremiumUltra15.woff2") format("woff2"), url("../../assets/fonts/PremiumUltra15.woff") format("woff"), url("../../assets/fonts/PremiumUltra15.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Digital Display";
  font-style: normal;
  font-weight: normal;
  src: url("../../assets/fonts/Digital-Display.woff") format("woff");
}

.title {
    font-size: 2rem;
    text-align: center;
}

a {
    color: white;
}

body {
  font: normal 12px "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  background-color: #161233;
  color: white;
  font-family: "Ubuntu Light", sans-serif;
  text-decoration: none;
  font-size: 1rem;
}

.wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
}

li {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 0 0.5rem 0;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  color: white;
  text-align: left;
  margin: 0 auto;
}
