@font-face {
  font-family: 'Bentham';
  font-style: normal;
  font-weight: 400;
  src: local('Bentham'), local('Bentham-Regular'), url(https://themes.googleusercontent.com/static/fonts/bentham/v3/bNMs0W99XSO_uhoBJof6Tg.ttf) format('truetype');
}

@font-face{ 
	font-family: 'gandhi_sansbold';
	src: url('/assets/fonts/GandhiSans-Bold-webfont.eot');
	src: url('/assets/fonts/GandhiSans-Bold-webfont.eot?iefix') format('eot'),
	     url('/assets/fonts/GandhiSans-Bold-webfont.woff') format('woff'),
	     url('/assets/fonts/GandhiSans-Bold-webfont.ttf') format('truetype'),
	     url('/assets/fonts/GandhiSans-Bold-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'gandhi_sans';
	src: url('/assets/fonts/GandhiSans-Regular-webfont.eot');
	src: url('/assets/fonts/GandhiSans-Regular-webfont.eot?iefix') format('eot'),
	     url('/assets/fonts/GandhiSans-Regular-webfont.woff') format('woff'),
	     url('/assets/fonts/GandhiSans-Regular-webfont.ttf') format('truetype'),
	     url('/assets/fonts/GandhiSans-Regular-webfont.svg#webfont') format('svg');
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Bentham', serif;
}
body {
    font-family: 'gandhi_sans', sans-serif;
}
.navbar-brand a {
    font-family: 'gandhi_sansbold', sans-serif;
}
body img {
    margin-bottom: 10px;
}
