@font-face {
    font-family: 'Gotham-Thin';
    src: url('Gotham-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('Gotham-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('GOTHAM-LIGHT.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}