
/*
.specialfont {
	font-family: "GlossAndBloomRegular";
	font-size: 35px;
	font-weight: 400;
	margin: 0.2em 0 0.4em 0;
	line-height: 0.85;
}

.specialfont.fontsize_xxsmall { font-size: 35px !important; }
.specialfont.fontsize_xsmall { font-size: 45px !important; }
.specialfont.fontsize_small { font-size: 55px !important; }
.specialfont.fontsize_medium { font-size: 65px !important; }
.specialfont.fontsize_large { font-size: 75px !important; }
.specialfont.fontsize_xlarge { font-size: 85px !important; }

.specialfont.light { font-weight: 400 !important; }
.specialfont.bold { font-weight: 400 !important; }

h1.specialfont { font-weight: 400 !important; }
h2.specialfont { font-weight: 400 !important; }
h3.specialfont { font-weight: 400 !important; }
h4.specialfont { font-weight: 400 !important; }
h5.specialfont { font-weight: 400 !important; }



@media all and (min-width: 1024px) and (max-width: 1279px) {
	.specialfont.fontsize_xxsmall { font-size: 28px !important; }
	.specialfont.fontsize_xsmall { font-size: 27px !important; }
	.specialfont.fontsize_small { font-size: 26px !important; }
	.specialfont.fontsize_medium { font-size: 33px !important; }
	.specialfont.fontsize_large { font-size: 40px !important; }
	.specialfont.fontsize_xlarge { font-size: 53px !important; }
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.specialfont.fontsize_xxsmall { font-size: 26px !important; }
	.specialfont.fontsize_xsmall { font-size: 27px !important; }
	.specialfont.fontsize_small { font-size: 28px !important; }
	.specialfont.fontsize_medium { font-size: 31px !important; }
	.specialfont.fontsize_large { font-size: 36px !important; }
	.specialfont.fontsize_xlarge { font-size: 46px !important; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	.specialfont.fontsize_xxsmall { font-size: 25px !important; }
	.specialfont.fontsize_xsmall { font-size: 26px !important; }
	.specialfont.fontsize_small { font-size: 27px !important; }
	.specialfont.fontsize_medium { font-size: 29px !important; }
	.specialfont.fontsize_large { font-size: 32px !important; }
	.specialfont.fontsize_xlarge { font-size: 42px !important; }
}

@media all and (max-width: 567px) {
	.specialfont.fontsize_xxsmall { font-size: 24px !important; }
	.specialfont.fontsize_xsmall { font-size: 25px !important; }
	.specialfont.fontsize_small { font-size: 26px !important; }
	.specialfont.fontsize_medium { font-size: 27px !important; }
	.specialfont.fontsize_large { font-size: 29px !important; }
	.specialfont.fontsize_xlarge { font-size: 32px !important; }
}
*/