@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('menu.css');

html, body {
	font-family:'Sarabun'; 
	margin: 0px;
	color: #202935;
    font-size: 1.05em;
}

#body_all {
	margin-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Kanit';
	font-weight: 500;
	color: #666666;
}

.doc_width {
    max-width: 1024px;
    margin: auto;
}

.c_bg_blue {
	background:#0a1930;
	color:#FFFFFF;
}
.c_gold {
	color:ffd700;
}

.c_blue {
	color: #0a1930;
}

.c_gray {
	color: #AEAEAE;
}

.c_white {
    color:#FFFFFF;
}