@font-face {
    font-family: 'GothamPro'; 
    src: url('fonts/GothamPro.ttf');
}
@font-face {
    font-family: 'GothamProMed'; 
    src: url('fonts/GothamPro-Medium.ttf');
}


body {
	background: #2D253F;
	color: white;
	font-family: GothamPro;
}

.container {
	margin: auto;
}

.header {
	margin-top: 16px;
}

.header * {
	float: left;
}

.header-title {
	font-family: GothamProMed;
	margin-top: 8px;
	margin-left: 16px;
}

.app-title {
	margin-top: 3%;
}

.secondary-text {
	color: #AAABD2;
}

/*.darker-bg {
	background: #262131;
}*/

#page-2 {
	margin-top: 3%;
}
