@font-face {
    font-family: 'DejaVu Sans Extra Light';
    src: url('../fonts/dejavu-sans-extra-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/dejavu-sans-extra-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dejavu-sans-extra-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dejavu-sans-extra-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/dejavu-sans-extra-light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dejavu-sans-extra-light-webfont.svg#dejavu_sans_extra_lightregular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DejaVu Sans Bold';
    src: url('../fonts/dejavu-sans-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/dejavu-sans-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dejavu-sans-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dejavu-sans-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/dejavu-sans-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dejavu-sans-bold-webfont.svg#dejavu_sansbold') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('../fonts/dejavu-sans-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/dejavu-sans-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/dejavu-sans-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/dejavu-sans-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/dejavu-sans-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/dejavu-sans-webfont.svg#dejavu_sansregular') format('svg'); /* Legacy iOS */
}


body {
    font-family: 'DejaVu Sans';
	font-size: 1rem;
}

h1 {
	font-family: 'DejaVu Sans Bold';
	font-size:3.0rem;
}

h2 {
	font-family: 'DejaVu Sans';
	font-size:2.5rem;
}

h3 {
	font-family: 'DejaVu Sans';
	font-size:1.5rem;
}

.heading-title {
	font-family: 'DejaVu Sans';
}

p, span, .heading-title > span {
	font-family: 'DejaVu Sans';
}

.dropdown-menu-dark {
	background: #ffffff;
}

.dropdown-menu-dark .dropdown-item {
	color:#423f9c;
}

.navbar-nav .nav-link, .nav-link {
    font-family: 'DejaVu Sans';
    font-size: 0.9rem;
    /* font-weight:bold; */
}

