/*FUENTE BRANDING: GALANO GROTESQUE */

/* THIN */
@font-face {
	font-family: GGThin;
	src: url("../fonts/galano-grotesque-thin.otf") format("opentype");
}

@font-face {
	font-family: GGThinS;
	src: url("../fonts/galano-grotesque-thin-italic.otf") format("opentype");
}


/* LIGHT */
@font-face {
	font-family: GGLight;
	src: url("../fonts/galano-grotesque-light.otf") format("opentype");
}

@font-face {
	font-family: GGLightS;
	src: url("../fonts/galano-grotesque-light-italic.otf") format("opentype");
}

/* REGULAR */
@font-face {
	font-family: GGRegular;
	src: url("../fonts/galano-grosteque.otf") format("opentype");
}

@font-face {
	font-family: GGRegularS;
	src: url("../fonts/galano-grotesque-italic.otf") format("opentype");
}

/* MEDIUM */
@font-face {
	font-family: GGMedium;
	src: url("../fonts/galano-grotesque-medium.otf") format("opentype");
}

@font-face {
	font-family: GGMediumS;
	src: url("../fonts/galano-grotesque-medium-italic.otf") format("opentype");
}

/* SEMIBOLD */
@font-face {
	font-family: GGSemiBold;
	src: url("../fonts/galano-grotesque-semibold.otf") format("opentype");
}

@font-face {
	font-family: GGSemiBoldS;
	src: url("../fonts/galano-grotesque-semibold-italic.otf") format("opentype");
}

/* BOLD */
@font-face {
	font-family: GGBold;
	src: url("../fonts/galano-grotesque-bold.otf") format("opentype");
}

@font-face {
	font-family: GGBoldS;
	src: url("../fonts/galano-grotesque-bold-italic.otf") format("opentype");
}

/* EXTRABOLD */
@font-face {
	font-family: GGExtraBold;
	src: url("../fonts/galano-grotesque-extrabold.otf") format("opentype");
}

@font-face {
	font-family: GGExtraBoldS;
	src: url("../fonts/galano-grotesque-extrabold-italic.otf") format("opentype");
}

/* BLACK */
@font-face {
	font-family: GGBlack;
	src: url("../fonts/galano-grotesque-black.otf") format("opentype");
}

@font-face {
	font-family: GGBlackS;
	src: url("../fonts/galano-grotesque-black-italic.otf") format("opentype");
}