@import url('https://fonts.cdnfonts.com/css/myriad-pro');

@font-face {
    font-family: 'Leo SemiRounded';
    src: url('../fonts/LeoSemiRoundedLight.woff2') format('woff2'),
        url('../fonts/LeoSemiRoundedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Leo SemiRounded';
    src: url('../fonts/LeoSemiRoundedBold.woff2') format('woff2'),
        url('../fonts/LeoSemiRoundedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

