/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2021, 10:41:08 AM
    Author     : GinGo-Pavilion
*/

@font-face {
    font-family: 'sarabun';
    src: url('../fonts/THSarabunNew.eot');
    src: url('../fonts/THSarabunNew.eot?#iefix') format('embedded-opentype'),
         url('../fonts/THSarabunNew.woff') format('woff'),
         url('../fonts/THSarabunNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.main_container{
	font-family:"sarabun";
	padding:100px;
	background-color:#FFF;	
}