/*
 Theme Name:   AUEngSPgroupCustomTheme
 Description:  Child theme based on twentyseventeen
 Author:       Eng Signal Processing Group
 Author URI:   vision.eng.au.dk
 Template:     twentyseventeen
 Version:      1.0.0
*/





/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
@font-face {
    font-family: AUPassata_Rg;  
    src: url(https://vision.eng.au.dk/wp-content/themes/SPTheme/fonts/AUPassata_Rg.ttf);  
    font-weight: normal;  
}
@font-face {
    font-family: AUPassata_Light;  
    src: url(https://vision.eng.au.dk/wp-content/themes/SPTheme/fonts/AUPassata_Light.ttf);  
    font-weight: normal;  
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "AUPassata_Rg", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}