


/* Body Custom Fonts */

body {
	font-family: Questrial;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

input,
button,
select,
textarea {
	font-family: Questrial;
	font-size: 18px;
	font-weight: 400;
}
/* Header and Mobile Custom Fonts */

.logo-text {
	font-family: Questrial;
	font-size: 19px;
	font-weight: 400;
}
#my-menu > .mm-panel li a {
	font-family: Questrial;
	font-size: 16px;
	font-weight: 400;
}
/* Headings Custom Fonts */

h1 {
	font-family: Questrial;
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
}
h2 {
	font-family: Questrial;
	font-size: 30px;
	font-weight: 400;
	line-height: 34px;
}
h3 {
	font-family: Questrial;
	font-size: 26px;
	font-weight: 400;
	line-height: 34px;
}
h4 {
	font-family: Questrial;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}
h5 {
	font-family: Questrial;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}
h6 {
	font-family: Questrial;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
/* Page Header Font */

.title {
	font-family: Questrial;
	font-size: 38px;
	font-weight: 400;
	line-height: 53px;
}
/* Page Header Caption Font */
.caption {
	font-family: Questrial;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}