@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;
}

body {
    font-family: "LINE Seed", sans-serif;
    background: #eeeeee;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    outline: 1px solid;
    outline-offset: 7px
}