/* fonts.css */
@font-face {
    font-family: 'LINESeed';
    src: url('font/LINESeedSansTH_W_Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LINESeed';
    src: url('font/LINESeedSansTH_W_Bd.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LINESeed';
    src: url('font/LINESeedSansTH_W_He.woff2') format('woff2');
    font-weight: 900; /* Heavy */
    font-style: normal;
}

@font-face {
    font-family: 'LINESeed';
    src: url('font/LINESeedSansTH_W_Th.woff2') format('woff2');
    font-weight: 100; /* Thin */
    font-style: normal;
}
