@font-face {
    font-family: 'Manrope';
    src: url('/sites/all/themes/vesta_theme/fonts/Manrope/Manrope-VariableFont_wght.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Manrope/Manrope-VariableFont_wght.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Manrope/Manrope-VariableFont_wght.ttf') format('ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/sites/all/themes/vesta_theme/fonts/Inter/Inter-VariableFont_opsz,wght.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Inter/Inter-VariableFont_opsz,wght.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('ttf');
    font-display: swap;
}

h1 {
    font-size: 35px;
    line-height: 40px;
}