@font-face {
    font-family: 'Regensburg Grunged';
    src: url('../fonts/RegensburgGrunged-Regular.woff2') format('woff2'),
        url('../fonts/RegensburgGrunged-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

   #content-desktop {display: block;}
    #content-mobile {display: none;}

    @media screen and (max-width: 768px) {

    #content-desktop {display: none;}
    #content-mobile {display: block;}

    }