/*
 Theme Name: Litho Child
 Theme URI: https://jms.de
 Description: Child-Theme für Litho
 Author: evival technolohies GmbH
 Author URI: https://evival.net
 Template: litho
 Version: 1.0.0
*/


@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

/* Schriftarten anwenden */
body {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
