/*------/ Font /------*/
@import url('https://fonts.googleapis.com/css?family=Kanit');
/*------/ Font /------*/

body {
	background-color: #fcfcfc;
	font-family:Kanit;
}

a {
  color: #212121;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 769px) and (max-width: 1199.98px)  {
		h1{
		font-size: 1.72rem;
		font-weight: 500;	
		}
		h2{
		font-size: 1.62rem;
		font-weight: 400;	
		}
}

