/*===== FONT STYLES ======*/
@font-face {
	font-family: 'Gotham-Black';
	src: url('/front/fonts/gotham-black-webfont.eot?') format('embedded-opentype'), url('/front/fonts/gotham-black-webfont.woff2') format('woff2'), url('/front/fonts/gotham-black-webfont.woff') format('woff'), url('/front/fonts/gotham-black-webfont.ttf') format('truetype'), url('/front/fonts/gotham-black-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('/front/fonts/gotham-bold-webfont.eot?') format('embedded-opentype'), url('/front/fonts/gotham-bold-webfont.woff2') format('woff2'), url('/front/fonts/gotham-bold-webfont.woff') format('woff'), url('/front/fonts/gotham-bold-webfont.ttf') format('truetype'), url('/front/fonts/gotham-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gotham-Light';
	src: url('/front/fonts/gotham-light-webfont.eot?') format('embedded-opentype'), url('/front/fonts/gotham-light-webfont.woff2') format('woff2'), url('/front/fonts/gotham-light-webfont.woff') format('woff'), url('/front/fonts/gotham-light-webfont.ttf') format('truetype'), url('/front/fonts/gotham-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('/front/fonts/gotham-medium-webfont.eot?') format('embedded-opentype'), url('/front/fonts/gotham-medium-webfont.woff2') format('woff2'), url('/front/fonts/gotham-medium-webfont.woff') format('woff'), url('/front/fonts/gotham-medium-webfont.ttf') format('truetype'), url('/front/fonts/gotham-medium-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham-Book';
	src: 
		url('/front/fonts/gotham-book-webfont.eot?') format('embedded-opentype'), 
		url('/front/fonts/gotham-book-webfont.woff2') format('woff2'), 
		url('/front/fonts/gotham-book-webfont.woff') format('woff'), 
		url('/front/fonts/gotham-book-webfont.ttf') format('truetype'), 
		url('/front/fonts/gotham-book-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* source-code-pro-700 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
	font-family: 'Source Code Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/source-code-pro-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/source-code-pro-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/source-code-pro-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/source-code-pro-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/source-code-pro-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/source-code-pro-v21-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#SourceCodePro') format('svg'); /* Legacy iOS */
	font-display: swap;

}
 
@font-face {
	font-family: 'Monaco';
	font-style: normal;
	font-weight: normal;
	src: local('Monaco'), url('../fonts/Monaco.woff') format('woff');
	font-display: swap;
}

.far, .fas {
	font-family: var(--font-family-fontawesome);
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}