/* Local fonts — ใช้แทน Google Fonts CDN ให้ทำงานได้ offline */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/libs/fonts/RobotoCondensed.woff2') format('woff2');
}

@font-face {
    font-family: 'Monument Extended';
    src: url('/libs/fonts/Flama-Basic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('/libs/fonts/PPMonumentExtended-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('/libs/fonts/PPMonumentExtended-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
