:root{
    --titles: 'Roboto Condensed';
    --headings: 'Creepster';
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: var(--titles);
}

body{
    box-sizing: border-box;
    background: #FFFFF9;
}


@media (min-width: 768px) {


    header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2%;
    }

    .nav-menu a{
        font-family: var(--headings);
        letter-spacing: 3px;
        font-size: 1.2rem;
        color: #dbdbdb;
        transition: all 0.2s ease-in-out;
    }

    .nav-menu a:hover{
        color: #B90909;
    }

    .nav-menu ul li {
        display: inline-block;
        text-transform: uppercase;
        padding: 0px 30px;
    }

    .hamburger, #hide-home, .music, #music-hide, #video-hide, #video-page{
        display: none;
    }


    #home-button{
        font-family: var(--headings);
        color: black;
        letter-spacing: 10px;
        font-weight: bold;
        font-size: 1.7rem;
    }

    #red{
        font-family: var(--headings);
        color: #B90909;
    }


    #privacy-header{
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-transform: uppercase;
    }

    .page-header h1{
        color: #B90909;
        font-family: var(--headings);
        letter-spacing: 5px;
        font-size: 2.5rem;
    }

    .policy-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5rem;
    }

    #website{
        color: #B90909;
    }


    .privacy-content{
        color: rgba(0, 0, 0, 0.596);
        font-size: 18px;
        line-height: 2.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fffff9cc;
        padding: 2rem 2rem 2rem 2rem;
        width: 50%;
    }

    .bold-text{
        font-weight: bold;
    }


    .icons-wrapper{
        display: flex;
        gap: 30px;
    }

    .icons-wrapper img{
        width: 15px;
    }

    .icons-wrapper a{
        color: black;
        transition: all 0.3s ease-in-out;
    }

    .icons-wrapper a:hover{
        color: #B90909;
    }

    .icons-container{
        display: flex;
        gap: 30px;
    }

    #homepage{
        background-image: url(../images/homepage.jpg);
        background-size: cover;
        height: 105vh;
        position: relative;
    }

    .main-text{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2.5rem;
        padding: 2%;
        margin-top: 9%;
        font-family: var(--titles);
    }

    .home-container{
        display: flex;
        flex-direction: column;
        gap: 20px;
        
    }

    .home-container img{
        transition: all 0.3s ease-in-out;
    }

    .home-container img:hover{
        opacity: 0.5;
    }

    .listen-container{
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

    .listen-container p{
        color: white;
        font-weight: bold;
        font-size: 1.08rem;
    }

    .listen-wrapper{
        display: flex;
        gap: 20px;
    }

    .listen-wrapper img{
        width: 1.6rem;
    }

    #randomLyricsSection{
        display: flex;
        justify-content: center;
        text-align: end;
    }

    #randomLyricsDisplay{
        color: #fffff9;
        width: 25rem;
        line-height: 1.8rem;
        font-size: 1.3rem;
        padding: 2rem;
    }



    /***MUSIC SECTION ***/

    .latest-title{
        font-family: var(--headings);
        font-weight: bold;
        font-size: 1.7rem;
        text-align: center;
    }

    .new-single{
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.596);
    }

    .music-desktop{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.479);
    }

    .section-title{
        font-weight: lighter;
        font-size: 5.5rem;
        letter-spacing: 3px;
        font-family: var(--headings);
        color: #A52A2A;
    }

    .music-wrapper{
        display: flex;
        justify-content: space-evenly;
        margin-top: 7rem;
        width: 100%;
    
    }

    .music-cards img{
        width: 120px;
        transition: all 0.3s ease-in-out;
    }

    .music-cards img:hover{
        opacity: 0.7;
    }

    #music-page{
        margin-top: 7rem;
    }

    .latest-release{
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        margin-bottom: 4rem;
    }

    .latest-release > h3{
        margin-bottom: 1rem;
        font-size: 1.3rem;
        font-weight: lighter;
        color: rgba(0, 0, 0, 0.479);
    }

    .latest-cards img{
        width: 500px;
        box-shadow: 0px 4px 10px 0px #888888;
        border-radius: 5px;
    }

    .latest-cards p{
        font-size: 1.7rem;
    }

    .latest-cards{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .latest-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10rem;
        margin-top: 3rem;
    }

    #new-release{
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }

    .site-buttons{
        background: #1F1F1F;
        color: white;
        width: 100%;
        padding: 0.7rem;
        border: none;
        border-radius: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .site-buttons:hover{
        background: #A52A2A;
    }

    .albums-wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        justify-content: flex-start;
    }

    .albums-cards{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .albums-cards img{
        width: 130px;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        box-shadow: 0px 4px 10px 0px #888888;
        border-radius: 3px;
    }

    .albums-cards img:hover{
        filter: brightness(70%);
    }

    .albums > h3{
        margin-top: 5rem;
        margin-bottom: 1rem;
        font-size: 1.3rem;
        font-weight: lighter;
        color: rgba(0, 0, 0, 0.479);
    }

    .singles > h3{
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.3rem;
        font-weight: lighter;
        color: rgba(0, 0, 0, 0.479);
    }


    .albums-cards p{
        font-size: 15px;
    }


    .album-titles{
        color: rgba(0, 0, 0, 0.479);
    }

    .year{
        color: black;
    }



    /* POPUP CONTAINER */

    .popup-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
    }
    

    .popup {
        max-width: 80%;
        max-height: 80%;
        text-align: center;
        background-color: #fffff9;
        padding: 20px;
    }
    
    .popup img {
        width: 300px;
    }
    
    .popup h3 {
        margin-top: 10px;
    }
    
    .popup button {
        margin-top: 20px;
    }

    .popup-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .popup-wrapper a{
        transition: all 0.2s ease-in-out;
    }

    .popup-wrapper a:hover{
        color: #B90909;
    }

    .close-button{
        background: #1F1F1F;
        color: white;
        width: 50%;
        padding: 0.5rem;
        border: none;
        border-radius: 10px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .close-button:hover{
        color: #B90909;
    }
    

    /*** VIDEO SECTION ***/

    .videos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.479);
    }

    .videos h4{
        font-weight: lighter;
        color: #1F1F1F;
        font-size: 1.3rem;
    }

    #latest-video{
        height: 200px;
    }

    .youtube-frame{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 5rem
    }

    .youtube-frame h4{
        margin-bottom: 5rem;
    }

    .more img{
        width: 300px;
        margin-top: 1rem;
        transition: all 0.3s ease-in-out;
    }

    .more img:hover{
        opacity: 0.8;
    }


    /*** ABOUT SECTION ***/

    #about-page{
        background-image: url(../images/about1.jpg);
        background-size: cover;
        height: 120vh;
        justify-content: center;
        align-items: center;
    }

    .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
    }

    .about-wrapper{
        color: rgba(0, 0, 0, 0.596);
        margin-top: 5rem;
        font-size: 18px;
        text-align: center;
        line-height: 1.7rem;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fffff9cc;
        padding: 8rem 2rem 8rem 2rem;
        width: 50%;
    }

    .about-wrapper p{
        margin-bottom: 15px;
    }
    

    .contact{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        gap: 70px;
    }

    .contact-wrapper{
        width: 100%;
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 100px;
        justify-content: center;
    }


    .contact-cards img{
        width: 200px;
        transition: all 0.3s ease-in-out;
    }

    .contact-cards img:hover{
        opacity: 0.7;
    }
    

    .small-icons{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .mail-wrapper{
        display: flex;
        flex-direction: row;
        gap: 100px;
        text-align: center;
        align-items: flex-end;

    }

    .small-icons img{
        width: 60px;
    }

    .small-icons p{
        color: rgba(0, 0, 0, 0.596);
    }

    .small-icons{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

 
    #footer-mobile{
        display: none;
    }

    footer{
        text-transform: uppercase;
        display: flex;
        gap: 50px;
        padding: 15px;
        height: 100px;
        justify-content: center;
        align-items: end;
        color: #00000075;
    }

    footer a{
        color: #000000ab;
        transition: all 0.3s ease-in-out;
    }

    footer a:hover{
        color: #000000d5;
    }


    .back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        border: none;
        background-color: #fffff9;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        display: none; 
        transition: all 0.3s ease-in-out;
    }

    .back-to-top img{
        width: 25px;
    }

    /* ABOUT ME PAGE */

    .about-ul li a{
        color: #1f1f1f;
    }

    .about-cover{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 4.5rem;
    }

    .about-container{
        display: flex;
        flex-direction: row;
        width: 70%;
        gap: 10%;

    }

    .about-wrap h1{
        color: #B90909;
        font-family: var(--headings);
        letter-spacing: 5px;
        font-size: 90px;
    }

    .about-wrap img{
        width: 100%;
        box-shadow: 0px 4px 10px 0px #888888;
        border-radius: 5px;
    }

    .about-wrap{
        color: rgba(0, 0, 0, 0.596);
        font-size: 18px;
        line-height: 1.7rem;
        text-transform: uppercase;
        width: 50%;
    }


    .about-content{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 30px;
    }


    /* UNDER CONSTRUCTION PAGE */

    .construction-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(rgba(161, 161, 161, 0.8), rgba(0, 0, 0, 0.8)), url(../images/homepage.jpg);
        background-size: cover;
        height: 100vh;
        text-align: center;
        font-size: 2rem;
        gap: 30px;
        letter-spacing: 15px;
        color: #fffff9;
    }
    
    .construction-wrapper h1{
        font-family: var(--headings);
    }
    
    #ready{
        letter-spacing: 5px;
        text-transform: uppercase;
        font-size: 25px;
    }
    
    .loading{
        display: flex;
        width: 35%;
        justify-content: space-between;
        letter-spacing: normal;
    }
    
    
    .loading-bar {
        width: 35%;
        height: 30px;
        border: 2px solid #fffff9;
        overflow: hidden;
        border-radius: 10px;
      }
      
    .progress {
        width: 70%;
        height: 100%;
        background-color: #A52A2A;
    }

}




@media (max-width: 768px) {

    .main-text, .music-desktop, #mobile-hide, #mobile-video-hide, #desktop-video-page{
        display: none
    }

    /*** NAV BAR ***/

    #red{
        font-family: var(--headings);
        color: #B90909;
    }
    

    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: black;
        padding: 0 2rem;
        margin-top: 0.7rem;
    }

    #home-button{
        font-family: var(--headings);
        color: black;
        letter-spacing: 5px;
        font-weight: bold;
        font-size: 1.2rem;
    }
      
    .logo {
    flex-grow: 1;
    font-size: 24px;
    }
    
    .hamburger {
    cursor: pointer;
    font-size: 2rem;
    color: #B90909;
    }
    
    .nav-menu {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    background-color: #1F1F1F;
    ;
    padding: 4rem;
    transition: all 0.3s ease-in-out;
    }
    
    .nav-menu ul {
    padding: 0;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;

    }
    
    .nav-menu li {
    padding: 10px 0;
    }
    
    .nav-menu a {
    color: #fff;
    font-family: var(--headings);
    letter-spacing: 2px;
    }


    #privacy-header{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    #privacy-header li{
        font-size: 1.5rem;
    }

    .page-header h1{
        color: #B90909;
        font-family: var(--headings);
        letter-spacing: 5px;
        font-size: 1.5rem;
    }

    .policy-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 3.5rem;
    }

    #website{
        color: #B90909;
    }


    .privacy-content{
        color: rgba(0, 0, 0, 0.596);
        font-size: 14px;
        line-height: 2.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fffff9cc;
        padding: 2rem 2rem 2rem 2rem;
    }

    .bold-text{
        font-weight: bold;
    }


    .icons-wrapper{
        display: none;
    }

    .icons-wrapper img{
        width: 15px;
    }

    .icons-wrapper a{
        color: black;
        transition: all 0.3s ease-in-out;
    }

    .icons-wrapper a:hover{
        color: #B90909;
    }

    .icons-container{
        display: flex;
        gap: 30px;
    }
    
    .main {
    padding: 20px;
    }
      
    

    /***MUSIC SECTION ***/

    .latest-title{
        font-family: var(--headings);
        font-weight: bold;
        text-align: center;
        color: #1f1f1f;
    }

    .new-single{
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.596);
    }

    .music{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.479);
    }

    .section-title{
        font-weight: lighter;
        font-size: 2.5rem;
        letter-spacing: 3px;
        font-family: var(--headings);
        color: #A52A2A;
    }

    .music-wrapper{
        display: flex;
        justify-content: space-evenly;
        margin-top: 2rem;
        gap: 20px;
        width: 100%;
    
    }

    .music-cards img{
        width: 50px;
    }

    .latest-release{
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        margin-bottom: 4rem;
    }

    .latest-release > h3{
        margin-bottom: 1rem;
        font-size: 1.3rem;
        font-weight: lighter;
        color: rgba(0, 0, 0, 0.479);
    }

    .latest-cards img{
        width: 100%;
        box-shadow: 0px 4px 10px 0px #888888;
        border-radius: 3px;
    }

    .latest-cards p{
        font-size: 1.2rem;
    }

    .latest-cards{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .latest-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .site-buttons{
        background: #1F1F1F;
        color: white;
        width: 100%;
        padding: 0.7rem;
        border: none;
        border-radius: 14px;
        font-size: 1.4rem;
        text-transform: uppercase;
    }

    .albums{
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
    }

    .albums > h3{
        margin-bottom: 1rem;
        font-size: 1.3rem;
        font-weight: lighter;
        color: rgba(0, 0, 0, 0.479);
    }

    .albums-wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 8%;
        justify-content: flex-start;
        flex-direction: row;
    }

    .albums-cards img{
        max-width: 100%;
        height: auto;
        box-shadow: 0px 4px 10px 0px #888888;
        border-radius: 3px;
    }

    .albums-cards{
        width: calc(33.33% - 20px); 
        margin-bottom: 10px;
    }

    .albums-cards p{
        font-size: 15px;
    }

    .album-titles{
        color: rgba(0, 0, 0, 0.479);
    }

    .singles{
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
    }

    .singles > h3{
        margin-bottom: 1rem;
        font-size: 1.3rem;
        font-weight: lighter;
        color: rgba(0, 0, 0, 0.479);
    }



    /* POPUP CONTAINER */

    .popup-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
    }
    

    .popup {
        max-width: 80%;
        max-height: 80%;
        text-align: center;
        background-color: #fffff9;
        padding: 20px;
    }
    
    .popup img {
        max-width: 100%;
        max-height: 60%;
        object-fit: cover;
    }
    
    .popup h3 {
        margin-top: 10px;
    }
    
    .popup button {
        margin-top: 20px;
    }

    .popup-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .close-button{
        background: #1F1F1F;
        color: white;
        width: 50%;
        padding: 0.5rem;
        border: none;
        border-radius: 10px;
        text-transform: uppercase;
    }

    /*** VIDEO SECTION ***/

    .videos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.479);
    }

    .videos h4{
        font-weight: lighter;
        color: #1F1F1F;
        font-size: 1.3rem;
    }

    #latest-video{
        height: 200px;
    }

    .youtube-frame{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .more img{
        width: 140px;
        margin-top: 1rem;
    }


    /*** ABOUT SECTION ***/

    /* .about{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.63);
    }

    .about-wrapper{
        color: rgba(0, 0, 0, 0.596);
        margin-top: 2rem;
        font-size: 16px;
        text-align: center;
        line-height: 1.7rem;
        text-transform: uppercase;
    }

    .about-text{
        margin-bottom: 1rem;
    } */

    .about-cover{
        padding: 2rem;
    }

    .about-wrap img{
        width: 100%;
        box-shadow: 0px 4px 10px 0px #888888;
        border-radius: 5px;
    }

    .about-wrap h1{
        display: none;
    }

    .about-wrap{
        color: rgba(0, 0, 0, 0.596);
        margin-top: 2rem;
        font-size: 14px;
        text-align: center;
        line-height: 1.6rem;
        text-transform: uppercase;
    }




    /* .about-ul li a{
        color: #1f1f1f;
    }

    .about-cover{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 4.5rem;
    }

    .about-container{
        display: flex;
        flex-direction: row;
        width: 70%;
        gap: 10%;

    }

    .about-wrap h1{
        color: #B90909;
        font-family: var(--headings);
        letter-spacing: 5px;
        font-size: 90px;
    }

    .about-wrap img{
        width: 100%;
        box-shadow: 0px 4px 10px 0px #888888;
        border-radius: 5px;
    }

    .about-wrap{
        color: rgba(0, 0, 0, 0.596);
        margin-top: 2rem;
        font-size: 16px;
        text-align: center;
        line-height: 1.7rem;
        text-transform: uppercase;
    }


    .about-content{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 30px;
    } */




    /**** CONTACT SECTION ****/

    .contact{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
    }

    .contact-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }


    .contact-cards img{
        width: 140px;
    }

    .small-icons{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    
    .mail-wrapper{
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .small-icons img{
        width: 60px;
        margin-bottom: 0.5rem;
    }

    .small-icons p{
        color: rgba(0, 0, 0, 0.596);
    }

    #telephone{
        margin-top: 1.8rem
    }


    .construction-wrapper{
        background-image: linear-gradient(rgba(161, 161, 161, 0.8), rgba(0, 0, 0, 0.8)), url(../images/homepage.jpg);
        background-size: cover;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100vh;
        color: #fffff9;
    }

    .construction-wrapper h1{
        font-family: var(--headings);
        letter-spacing: 5px;
        font-size: 2.5rem;
    }

    #ready{
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: normal;
    }

    .loading-bar {
        width: 50%;
        height: 20px;
        border: 2px solid #fffff9;
        overflow: hidden;
        border-radius: 10px;
      }
      
    .progress {
        width: 70%;
        height: 100%;
        background-color: #A52A2A;
    }


    .loading{
        display: flex;
        width: 35%;
        justify-content: space-between;
        letter-spacing: normal;
        font-size: 15px;
    }
    



    /*** BACK TO TOP BUTTON ***/

    .back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        border: none;
        background-color: #fffff9;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        display: none; 
    }

    .back-to-top img{
        width: 25px;
    }



    /*** FOOTER ***/


    #footer{
        display: none;
    }


    #footer-mobile{
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        padding: 15px;
        font-size: 8px;
        gap: 20px;
        justify-content: center;
        align-items: center;
        color: #00000075;
        font-size: .7rem;
    }

    .footer-wrapper{
        display: flex;
        gap: 20px;

    }

    footer a{
        color: #000000ab;
        transition: all 0.3s ease-in-out;
    }




}


/**** FONTS ****/

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Italic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Creepster';
    src: url('../fonts/Creepster-Regular.woff2') format('woff2'),
        url('../fonts/Creepster-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

