@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Prompt:wght@200&family=Sarabun:wght@200&display=swap');

html, body{
	font-family: Arial, 'Lato','Sarabun', sans-serif;
	font-size:14px;
}
.btn{
	font-family: Lato ,'Prompt', sans-serif;
	font-size:18px;
	font-weight: bold;
}
a.nav-link, .navbar-brand{
	font-family: Arial,'Prompt';
	font-size:16px;
	font-weight:600;
}

.dropdown-item{
	font-family: Arial,'Sarabun';
	font-size:16px;

}
.bg-transparent{
	background-color: transparent;
}