/* Same-origin @font-face (avoids CORS when the app runs on localhost). */
@font-face {
    font-family: 'WabiLinux';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/css/assets/fonts/LinBiolinum_R.ttf') format('truetype');
}
@font-face {
    font-family: 'WabiLinux';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/css/assets/fonts/LinBiolinum_RB.ttf') format('truetype');
}
@font-face {
    font-family: 'WabiLine';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/css/assets/fonts/LINESeedSansTH_Rg.ttf') format('truetype');
}
@font-face {
    font-family: 'WabiLine';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/css/assets/fonts/LINESeedSansTH_Bd.ttf') format('truetype');
}
