@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'gotham_htfbook';
    src: url('../fonts/gothamhtf-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'gotham_htfbold';
    src: url('../fonts/gothamhtf-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LubalGraphBdBTBold';
    src: url('../fonts/lubgrhb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LubalGraphBdBTMedium';
    src: url('../fonts/lubgrhm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

.FGothamHTFBook{
    font-family: var(--gotham_htfbook);
}
.FFGothamHTFBold{
    font-family: var(--gotham_htfbold);
}
.FLubalGraphBdBTBold{
    font-family: var(--lub_b);
}
.FLubalGraphBdBTMedium{
    font-family: var(--lub_m);
}