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

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

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

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

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

body {
    font-family: "LINE Seed", sans-serif;
    background-image: url(../images/rdcw-gradient.png);
    background-size: cover;
}