/* Base fonts and font usage */

@font-face {
    font-family: 'Aumovio Bold';
    src: url('../fonts/AumovioScreenBETA-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aumovio Regular';
    src: url('../fonts/AumovioScreenBETA-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'Noto Sans Display';
    src: url('../fonts/NotoSansDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;	
	
}


div {
    font-family: 'Noto Sans';
}

.nav-dropdown {
	font-family: 'Noto Sans';
}

.header-gradient {
    font-family: 'Aumovio Bold';
}

h1, h2, h3, h4 {
    font-family: 'Noto Sans Display';
}