@font-face {
    font-family: 'Krungsri Condensed';
    src: url('KrungsriCondensed.woff2') format('woff2'),
        url('KrungsriCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krungsri Condensed Med';
    src: url('KrungsriCondensedMedium.woff2') format('woff2'),
        url('KrungsriCondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krungsri Condensed Bold';
    src: url('KrungsriCondensed-Bold.woff2') format('woff2'),
        url('KrungsriCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

