@font-face {
    font-family: 'Jost';
    src: url('/wp-content/themes/kalt-ag-child/fonts/Jost-Regular.woff2') format('woff2'),
        url('/wp-content/themes/kalt-ag-child/fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('/wp-content/themes/kalt-ag-child/fonts/Jost-Italic.woff2') format('woff2'),
        url('/wp-content/themes/kalt-ag-child/fonts/Jost-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Jost' !important;
}

div, p, li, a, b, strong {
    font-family: 'Jost' !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Jost' !important;
}