h1, h2, h4, h5, h6, a {
	font-family: 'Kanit', sans-serif;
}

h3, p, button, input, ul, li {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 60px;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 15px;
}

h2 {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: var(--black);
}

h3 {
	font-size: 25px;
	font-weight: 300;
	color: var(--white);
	margin-bottom: 20px;
}

h4 {
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: var(--black);
}

p {
	font-size: 17px;
	font-weight: 400;
	color: var(--black);
}

ul, li {
	font-size: 18px;
	font-weight: 400;
	color: var(--black);
}

a {
	color: var(--white);
}
a:hover {
	color: var(--brand-red);
}
.content-simple a {
	color: var(--black);
}


/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}

/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}

/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}

/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
}

/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}

/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {	
}

/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {	
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */

@media only screen and (max-width : 1080px) {
}

/* ----------------------------------------------------- Smaller than 1000px ----------------------------------------------------- */

@media only screen and (max-width : 1000px) {	
}

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {	
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 32px;
	}
	
	h4 {
		font-size: 25px;
	}
}

/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

@media only screen and (max-width : 767px) {
}

/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 600px) {	

}

/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 22px;
	}
}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 420px) {
}