/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom Body Font Stylesheet */
body[data-font="nexatext"] {
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] h1{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] h2{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] h3{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] h4{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] h5{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] h6{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] input{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] select{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] textarea{
	font-family: 'Nexa Text', sans-serif !important;
}

body[data-font="nexatext"] button{
	font-family: 'Nexa Text', sans-serif !important;
}