/*
 Theme Name: Clearfield Corporation Divi Child Theme
 Description: Divi Child Theme
 Author: Johnny Vuong
 Template: Divi
 Version: 1.0.0
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */
h1{
	font-size:2.5em;
	font-weight: 600;
	font-family: Oswald, sans-serif;
	
}

h2{
	font-size: 2em;
	font-weight: 600;
	font-family: Oswald, sans-serif;
}

h3{
	font-size: 1.5em;
	font-weight: 600;
	font-family: Oswald, sans-serif;
}

p{
	font-family: Roboto, sans-serif;
	line-height: 1.8em;
	font-size: 1em;
}

a{
	font-weight: 700;
}

a:hover{
	font-weight: 800;
}