

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamSSm-Book.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamSSm-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamSSm-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamSSm-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

.main {
    margin: 0px !important;
    padding: 0px !important;
}

html, body {
    font-size: 16px !important;
}

* {
    font-family: Gotham, Verdana, Arial, sans-serif !important;
    box-sizing: border-box;
}