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

@font-face {
    font-family: 'SeroPro-Medium';
    src: url('../fonts/SeroPro-Medium/SeroPro-Medium.woff2') format('woff2'),
        url('../fonts/SeroPro-Medium/SeroPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SeroPro-Bold';
    src: url('../fonts/SeroPro-Bold/SeroPro-Bold.woff2') format('woff2'),
        url('../fonts/SeroPro-Bold/SeroPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SeroPro-Light';
    src: url('../fonts/SeroPro-Light/SeroPro-Light.woff2') format('woff2'),
        url('../fonts/SeroPro-Light/SeroPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}




