/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: "Gotham", sans-serif;
	margin: 0;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-family: "Gotham", sans-serif;
}

a {
	text-decoration: none;
}

.smalltext {
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 11px;
	text-transform: uppercase;
} 

@font-face {
    font-family: Gotham;
    font-weight: 400;
    src: url(../font/GothamRndSSm-Medium.otf) format("truetype")
}

@font-face {
    font-family: Gotham;
    font-weight: 300;
    src: url(../font/GothamRndSSm-Book.otf) format("truetype")
}

@font-face {
    font-family: Gotham;
    font-weight: 700;
    src: url(../font/GothamRndSSm-Bold.otf) format("truetype")
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}