@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('OpenSans'),
         url('../fonts/gothambook.woff2') format('woff2'),
         url('../fonts/gothambook.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: italic;
	font-display: swap;
    src: local('Gotham-BookItalic'),
         url('../fonts/gothambookitalic.woff2') format('woff2'),
         url('../fonts/gothambookitalic.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Gotham-Bold'),
         url('../fonts/gothambold.woff2') format('woff2'),
         url('../fonts/gothambold.woff') format('woff');
}
