@font-face {
    font-family: 'Stag Sans Round';
    src: url('StagSansRound-SemiboldItalic.woff2') format('woff2'),
        url('StagSansRound-SemiboldItalic.woff') format('woff'),
        url('StagSansRound-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Stag Sans Round';
    src: url('StagSansRound-LightItalic.woff2') format('woff2'),
        url('StagSansRound-LightItalic.woff') format('woff'),
        url('StagSansRound-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Stag Sans Round';
    src: url('StagSansRound-Medium.woff2') format('woff2'),
        url('StagSansRound-Medium.woff') format('woff'),
        url('StagSansRound-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Stag Sans Round';
    src: url('StagSansRound-Light.woff2') format('woff2'),
        url('StagSansRound-Light.woff') format('woff'),
        url('StagSansRound-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stag Sans Round Book';
    src: url('StagSansRound-Book.woff2') format('woff2'),
        url('StagSansRound-Book.woff') format('woff'),
        url('StagSansRound-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stag Sans Round';
    src: url('StagSansRound-Bold.woff2') format('woff2'),
        url('StagSansRound-Bold.woff') format('woff'),
        url('StagSansRound-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Stag Sans Round Book';
    src: url('StagSansRound-BookItalic.woff2') format('woff2'),
        url('StagSansRound-BookItalic.woff') format('woff'),
        url('StagSansRound-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

