/* FONT CLASS 1 */
.custom-font-h1-1 {
	font-size: 16px;
}
.custom-font-h2-1 {
	font-size: 14px;
}
.custom-font-p-1 {
	font-size: 10px;
}
.custom-font-label-1 {
	font-size: 10px;
}
.custom-font-input-1 {
	font-size: 10px;
}
.custom-font-a-1 {
	font-size: 10px;
}



/* FONT CLASS 2 */
.custom-font-h1-2 {
	font-size: 32px;
}
.custom-font-h2-2 {
	font-size: 28px;
}
.custom-font-p-2 {
	font-size: 20px;
}
.custom-font-label-2 {
	font-size: 20px;
}
.custom-font-input-2 {
	font-size: 20px;
}
.custom-font-a-2 {
	font-size: 20px;
}

