/* Local WB Hauss fonts with fallback metrics */
@font-face {
    font-family: 'Hauss-fallback';
    size-adjust: 100%;
    ascent-override: 90%;
    src: local('Arial');
}

@font-face {
    font-family: 'WB Hauss';
    src: url('../assets/fonts/hauss-regular.e0b0d410abe3ff1c9dd6.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WB Hauss';
    src: url('../assets/fonts/als-hauss-vf.b709e7bab16d4dd7d164.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'WB Hauss', 'Hauss-fallback', sans-serif;
}
