@font-face {
    font-family: 'LINESeedSansTH_W_Bd';
    src: url('./lineseedsans/LINESeedSansTH_W_Bd.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'LINESeedSansTH_W_Th';
    src: url('./lineseedsans/LINESeedSansTH_W_Th.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'LINESeedSansTH_W_He';
    src: url('./lineseedsans/LINESeedSansTH_W_He.woff') format('woff');
    font-weight: heavier;
}

@font-face {
    font-family: 'LINESeedSansTH_W_XBd';
    src: url('./lineseedsans/LINESeedSansTH_W_XBd.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'LINESeedSansTH_W_Rg';
    src: url('./lineseedsans/LINESeedSansTH_W_Rg.woff') format('woff');
    font-weight: normal;
}

.lineseed-bold {
    font-family: 'LINESeedSansTH_W_Bd', sans-serif;
    font-weight: bold;
}

.lineseed-light {
    font-family: 'LINESeedSansTH_W_Th', sans-serif;
    font-weight: 100;
}

.lineseed-heavy {
    font-family: 'LINESeedSansTH_W_He', sans-serif;
    font-weight: heavier;
}

.lineseed-extra-bold {
    font-family: 'LINESeedSansTH_W_XBd', sans-serif;
    font-weight: 900;
}

.lineseed-regular {
    font-family: 'LINESeedSansTH_W_Rg', sans-serif;
    font-weight: normal;
}

.lineseed {
    font-family: 'LINESeedSansTH_W_Rg', sans-serif;
    font-weight: normal;
}