@font-face {
    font-family: 'NotoSansThaiLooped-ExtraLight';
    src: url('./NotoSansThaiLooped-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, * {
    font-family: "NotoSansThaiLooped-ExtraLight", sans-serif;
    /*font-optical-sizing: auto;*/
    /*font-weight: 400;*/
    /*font-style: normal;*/
    /*font-variation-settings: "wdth" 100;*/
}