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

@font-face {
    font-family: 'Geologica';
    src: url('/sites/all/themes/vesta_theme/fonts/Geologica/Geologica-Regular.woff2') format('woff2'),
        url('/sites/all/themes/vesta_theme/fonts/Geologica/Geologica-Regular.woff') format('woff'),
        url('/sites/all/themes/vesta_theme/fonts/Geologica/Geologica-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-y: scroll;
}
h1 {
    font-size: 35px;
    line-height: 40px;
}