@font-face {
	font-family: 'gotham';
    font-weight: 400;
    font-style: normal;
	font-display: auto;
	src: url('/wp-content/themes/osmosis-child/custom-fonts/gotham-book.otf') format('truetype');
}
@font-face {
	font-family: 'gotham';
    font-weight: 500;
    font-style: normal;
	font-display: auto;
	src: url('/wp-content/themes/osmosis-child/custom-fonts/gotham-medium.ttf') format('truetype');
}
@font-face {
	font-family: 'gotham';
    font-weight: 500;
    font-style: italic;
	font-display: auto;
	src: url('/wp-content/themes/osmosis-child/custom-fonts/gotham-medium-italic.ttf') format('truetype');
}