@font-face {
    font-family: "Audiowide-Regular";
    src: url("../fonts/Audiowide-Regular.ttf") format("ttf");
  }
  
.default-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* fixed background on scrolling */
    background-attachment: fixed;

}

.background-slide {
  background: #000212;
  background: linear-gradient(0deg, rgba(0, 2, 18, 0.6) 0%, rgba(0, 2, 15, 0.4) 20%, rgba(1, 1, 2, 0.4) 100%);
}