
@font-face {
font-family: 'Brandon Text Medium';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Medium'), url('HVD Fonts - BrandonText-Medium.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Medium Italic'), url('HVD Fonts - BrandonText-MediumItalic.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Regular';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Regular'), url('HVD Fonts - BrandonText-Regular.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Regular Italic';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Regular Italic'), url('HVD Fonts - BrandonText-RegularItalic.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Thin';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Thin'), url('HVD Fonts - BrandonText-Thin.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Thin Italic'), url('HVD Fonts - BrandonText-ThinItalic.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Light';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Light'), url('HVD Fonts - BrandonText-Light.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Light Italic';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Light Italic'), url('HVD Fonts - BrandonText-LightItalic.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Bold';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Bold'), url('HVD Fonts - BrandonText-Bold.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Bold Italic'), url('HVD Fonts - BrandonText-BoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Black';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Black'), url('HVD Fonts - BrandonText-Black.woff') format('woff');
}


@font-face {
font-family: 'Brandon Text Black Italic';
font-style: normal;
font-weight: normal;
src: local('Brandon Text Black Italic'), url('HVD Fonts - BrandonText-BlackItalic.woff') format('woff');
}


.custom_font_medium{
	font-family: "Brandon Text Medium",sans-serif;
}
.custom_font_medium_italic{
	font-family: "Brandon Text Medium Italic",sans-serif;
}
.custom_font_thin{
	font-family: "Brandon Text Thin",sans-serif;
}
.custom_font_thin_italic{
	font-family: "Brandon Text Thin Italic",sans-serif;
}

/* Usato solo per il logo */
.custom_font_black{
	font-family: "Brandon Text Black",sans-serif;
}
/* END Usato solo per il logo */
.custom_font_black_italic{
	font-family: "Brandon Text Black Italic",sans-serif;
}


/* Da usare */


.custom_font_regular{
	font-family: "Brandon Text Regular",sans-serif;
}
.custom_font_regular_italic{
	font-family: "Brandon Text Regular Italic",sans-serif;
}
.custom_font_light{
	font-family: "Brandon Text Light",sans-serif;
}
.custom_font_light_italic{
	font-family: "Brandon Text Light Italic",sans-serif;
}
.custom_font_bold{
	font-family: "Brandon Text Bold",sans-serif;
}
.custom_font_bold_italic{
	font-family: "Brandon Text Bold Italic",sans-serif;
}