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

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

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

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

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

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

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