@font-face {
    font-family: 'FisterUI';
    src: url('/fonts/selawik/selawkl.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FisterUI';
    src: url('/fonts/selawik/selawksl.ttf') format('truetype');
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FisterUI';
    src: url('/fonts/selawik/selawk.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FisterUI';
    src: url('/fonts/selawik/selawksb.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FisterUI';
    src: url('/fonts/selawik/selawkb.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --fister-ui-font: 'FisterUI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
