/* Licensed Söhne Leicht Font Loading */

@font-face {
    font-family: 'Söhne Leicht';
    src: url('../webfonts/soehne-leicht.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Söhne';
    src: url('../webfonts/soehne-leicht.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Font Family Variables */
:root {
    --primary-font: 'Söhne Leicht', 'Söhne', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    --navbar-font: 'Söhne Leicht', 'Söhne', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
} 