/* Typography CSS */

@font-face {
    font-family: 'Musician Demo';
    src: url('fonts/MusicianDemo.woff2') format('woff2'),
        url('fonts/MusicianDemo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans.woff2') format('woff2'),
        url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

