@font-face {
    font-family: 'Maven Pro';
    src: url('../Fonts/mavenpro-regular-webfont.woff2') format('woff2'),
         url('../Fonts/mavenpro-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('../Fonts/mavenpro-medium-webfont.woff2') format('woff2'),
         url('../Fonts/mavenpro-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('../Fonts/mavenpro-bold-webfont.woff2') format('woff2'),
         url('../Fonts/mavenpro-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('../Fonts/mavenpro-black-webfont.woff2') format('woff2'),
         url('../Fonts/mavenpro-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
