<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'gotham_htfbold';
    src: url('../fonts/gothamhtf-bold-webfont.eot');
    src: url('../fonts/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-bold-webfont.woff2') format('woff2'),
         url('../fonts/gothamhtf-bold-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('../fonts/gothamhtf-book-webfont.eot');
    src: url('../fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-book-webfont.woff2') format('woff2'),
         url('../fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Conv_ufonts.com_gotham_bold';
	src: url('../fonts/ufonts.com_gotham_bold.eot');
	src: local('☺'), 
		url('../fonts/ufonts.com_gotham_bold.woff') format('woff'), 
		url('../fonts/ufonts.com_gotham_bold.ttf') format('truetype'), 
		url('../fonts/ufonts.com_gotham_bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'playfair_displayregular';
	src: url('../fonts/playfairdisplay-regular-webfont.eot');
	src: url('../fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),  url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'),  url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),  url('../fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'playfair_displaybold';
	src: url('../fonts/playfairdisplay-bold-webfont.eot');
	src: url('../fonts/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),  url('../fonts/playfairdisplay-bold-webfont.woff') format('woff'),  url('../fonts/playfairdisplay-bold-webfont.ttf') format('truetype'),  url('../fonts/playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*-----fonts---*/

.FGothamHTFBold{
	font-family: 'gotham_htfbold';
}
.FGothamHTFBook{
	font-family: 'gotham_htfbook';
}
.FGothamBold {
	font-family: 'Conv_ufonts.com_gotham_bold';
}
.FPlayFairDisplayRegular{
	font-family: 'playfair_displayregular';
}
.FPlayFairDisplayBold{
	font-family: 'playfair_displaybold';
}



</pre></body></html>