/**
 * Jost Font Integration
 * Version: 1.0.0
 */

/* Jost Regular */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/jost-v20-latin-regular.woff2') format('woff2');
}

/* Optional: Globale Anwendung der Schriftart */
/* Entferne die Kommentare unten, um Jost als Standard-Schriftart zu verwenden */

/*
body,
html {
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
*/

/* Utility-Klasse für die Verwendung der Jost-Schriftart */
.jost-font {
    font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
