/* thai */
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree&display=swap');

@font-face {
	font-family: 'Bai Jamjuree';
	font-style: normal;
}

html,
h1,
h2,
h3,
p,
a,
body {
	font-family: Bai Jamjuree !important;
}

.font {
	font-family: Bai Jamjuree;
}

.no-radius {
	border-radius: 0px;
}

.input-box {
	padding: 22px 15px;
	font-size: 13pt;
}

.btn-padding {
	padding: 9px;
	font-size: 13pt;
}

.btn-submit {
	width: 150px;
	padding: 9px;
	font-size: 13pt;
}

.icon {
	font-size: 17pt;
}

html {
	scroll-behavior: smooth;
}

.menu {
	font-size: 13pt !important;
}