@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;700;800&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', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
}

#body_all {
	margin-top: 50px;
}

h1,h2,h3,h4 {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
}

h1,h2 {
    color: #003366;
}

h3,h4 {
    color: #036bd3;
}

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