@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/maven-pro/MavenPro-400.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    src: url('/static/fonts/maven-pro/MavenPro-500.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 600;
    src: url('/static/fonts/maven-pro/MavenPro-600.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    src: url('/static/fonts/maven-pro/MavenPro-700.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/merriweather/merriweather-regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('/static/fonts/merriweather/merriweather-bold.ttf') format('truetype');
    font-display: swap;
}
