@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'gothamhtf-book';
    src: url('../fonts/gothamhtf-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gothamhtf-bold';
    src: url('../fonts/gothamhtf-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_bold';
    src: url('../fonts/gotham_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'anton-regular';
    src: url('../fonts/anton-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'antonio-bold';
    src: url('../fonts/antonio-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.FGothamHTFBook{font-family: var(--gothamhtf-book);}
.FGothamHTFBold{font-family: var(--gothamhtf-bold);}
.FGothamBold{font-family: var(--gotham-bold);}
.FAntonRegular{font-family: var(--anton-regular);}
.FAntonioBold{font-family: var(--antonio-bold);}
