@font-face {
  font-family: 'GothamRegular';
  src: url('../gfx/HomepageBaukasten-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'GothamBold';
  src: url('../gfx/HomepageBaukasten-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'GothamMedium';
  src: url('../gfx/iCielGotham-Medium.ttf') format('truetype');
}
body {
	font-family: 'GothamRegular';
}
h1 {
	font-family: 'GothamMedium';
}
nav.navbar {
	border-bottom: 5px solid #E22323;
}