@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_book';
    src: url('../fonts/ufonts.com_gotham_book.eot');
    src: local('☺'), 
        url('../fonts/ufonts.com_gotham_book.woff') format('woff'), 
        url('../fonts/ufonts.com_gotham_book.ttf') format('truetype'), 
        url('../fonts/ufonts.com_gotham_book.svg') 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;
}

.FGothamHTFBold{
    font-family: var(--gotham-htf-bold);
}
.FGothamHTFBook{
    font-family: var(--gotham-htf-book);
}
.FGothamBook{
    font-family: var(--gotham-book);
}
.FGothamBold{
    font-family: var(--gotham-bold);
}
.FPlayFairDisplayRegular{ 
    font-family: var(--playfair-d-r);
}