@font-face {
    font-family: "LINE Seed";
    src: url(/assets/font/LINESeedSansTH_W_Rg.woff);
    font-weight: 300;
}

@font-face {
    font-family: "LINE Seed";
    src: url(/assets/font/LINESeedSansTH_W_Rg.woff);
    font-weight: 500;
}

@font-face {
    font-family: "LINE Seed";
    src: url(/assets/font/LINESeedSansTH_W_Bd.woff);
    font-weight: 600;
}

@font-face {
    font-family: "LINE Seed";
    src: url(/assets/font/LINESeedSansTH_W_XBd.woff);
    font-weight: 700;
}

@font-face {
    font-family: "LINE Seed";
    src: url(/assets/font/LINESeedSansTH_W_He.woff);
    font-weight: 800;
}

* {
    font-family: "LINE Seed", sans-serif;
}

body {
    font-family: "LINE Seed", sans-serif;
    background-color: rgb(235, 235, 235);
}

a {
    text-decoration: none !important;
}

table.dataTable {
    background-color: white !important;
    color: black !important;
}

table.dataTable th,
table.dataTable td {
    background-color: white !important;
    color: black !important;
}

table.dataTable thead {
    background-color: #f5f5f5 !important;
}

table.dataTable tbody tr:hover {
    background-color: #eaeaea !important;
}