/*******************\
CUSTOM FONTS
\*******************/
@font-face{
	font-family:GT_Sectra;
	src:url(../../../includes/fonts/gt-sectra-display-light.woff2) format("woff2"),
	url(../../../includes/fonts/gt-sectra-display-light.woff) format("woff"),
	url(../../../includes/fonts/gt-sectra-display-light.otf) format("opentype");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:CormorantBold;
	src:url(../../../includes/fonts/cormorant-bold.woff2) format("woff2"),
	url(../../../includes/fonts/cormorant-bold.woff) format("woff"),
	url(../../../includes/fonts/cormorant-bold.otf) format("opentype");
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:CormorantLight;
	src:url(../../../includes/fonts/cormorant-light.woff2) format("woff2"),
	url(../../../includes/fonts/cormorant-light.woff) format("woff"),
	url(../../../includes/fonts/cormorant-light.otf) format("opentype");
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:CormorantLightItalic;
	src:url(../../../includes/fonts/cormorant-light_italic.woff2) format("woff2"),
	url(../../../includes/fonts/cormorant-light_italic.woff) format("woff"),
	url(../../../includes/fonts/cormorant-light_italic.otf) format("opentype");
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:CormorantMedium;
	src:url(../../../includes/fonts/cormorant-medium.woff2) format("woff2"),
	url(../../../includes/fonts/cormorant-medium.woff) format("woff"),
	url(../../../includes/fonts/cormorant-medium.otf) format("opentype");
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:CormorantSemiBold;
	src:url(../../../includes/fonts/cormorant-semibold.woff2) format("woff2"),
	url(../../../includes/fonts/cormorant-semibold.woff) format("woff"),
	url(../../../includes/fonts/cormorant-semibold.otf) format("opentype");
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:Beausite_Fit;
	src:url(../../../includes/fonts/beausitefit-light.woff2) format("woff2"),
	url(../../../includes/fonts/beausitefit-light.woff) format("woff"),
	url(../../../includes/fonts/beausitefit-light.otf) format("opentype");
	font-weight:normal;
	font-style:normal
}
/* Stripe Payemnts */
.ElementsApp input {
	font-family: 'CormorantMedium', 'Garamond', 'Times New Roman', serif;
}

.cmMedium {
	font-family: 'CormorantMedium', 'Garamond', 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
}
.cmSemiBold {
	font-family: 'CormorantSemiBold', 'Garamond', 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
}
.cmLightItalic {
	font-family: 'CormorantLightItalic', 'Garamond', 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
}
.cmLight {
	font-family: 'CormorantLight', 'Garamond', 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
}
.cmBold {
	font-family: 'CormorantBold', 'Garamond', 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
}
.gtLight {
	font-family: 'GT_Sectra', 'Garamond', 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
}
.bfLight {
	font-family: 'Beausite_Fit', 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
	font-style: normal; 
}