/* latin */
@font-face {
    font-family: 'Georama';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(fonts/georama.woff2) format('woff2');
}

/* thai */
@font-face {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/baijamjuree.woff2) format('woff2');
}

body, .form-control {
    font-family: 'Bai Jamjuree', Georama;
    font-size: 13pt;
}