/*
  To localize Google Fonts use the Google Webfonts Helper (https://google-webfonts-helper.herokuapp.com/fonts) and download all fonts you use in the fonts directory. Then place any font-face entry in this css file.

  Please note, that more than two fonts wouldn't be a very good design choice and will decrease the performance of the site!
*/

@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/mavenpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/mavenpro-regular-webfont.woff') format('woff'),
         url('../fonts/mavenpro-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/mavenpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/mavenpro-bold-webfont.woff') format('woff'),
         url('../fonts/mavenpro-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-SemiBold.woff2') format('woff2'),
        url('../fonts/MavenPro-SemiBold.woff') format('woff'),
        url('../fonts/MavenPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-Medium.woff2') format('woff2'),
        url('../fonts/MavenPro-Medium.woff') format('woff'),
        url('../fonts/MavenPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-ExtraBold.woff2') format('woff2'),
        url('../fonts/MavenPro-ExtraBold.woff') format('woff'),
        url('../fonts/MavenPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-Black.woff2') format('woff2'),
        url('../fonts/MavenPro-Black.woff') format('woff'),
        url('../fonts/MavenPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}