@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: local("Oswald Regular"), local("Oswald-Regular"), url("../fonts/Oswald-Regular-400.woff") format("woff")
}

@font-face {
    font-family: "Varela";
    font-style: normal;
    font-weight: 400;
    src: local("Varela"), url("../fonts/Varela-400.woff") format("woff")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("../fonts/OpenSans-400.woff") format("woff")
}

@font-face {
    font-family: 'th_sarabun_regular';
    src: url('../fonts/thsarabun-regular.eot');
    src: url('../fonts/thsarabun-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/thsarabun-regular.ttf') format('truetype'),
    url('../fonts/thsarabun-regular.svg#th_sarabun_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.th_sarabun_regular {
    font-family: 'th_sarabun_regular', sans-serif !important;
}