/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



@font-face {
    font-family: 'Aeonik';
    src: url('aeonik-regular.woff2') format('woff2'),
        url('aeonik-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik';
    src: url('aeonik-bold.woff2') format('woff2'),
        url('aeonik-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Aeonik';
    src: url('aeonik-light.woff2') format('woff2'),
        url('aeonik-light.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

body {
	font-family:'Aeonik' ;
}

h1 {
	font-family:'Aeonik' ;
	font-weight: bold;
	font-size: 88px;
	line-height: 88px;
}
h2 {
	font-family:'Aeonik' ;
	font-weight: bold;
	font-size: 54px;
	line-height: 58px;
}
h3 {
	font-family:'Aeonik' ;
    font-weight: normal;
	font-size: 54px;
	line-height: 58px;
}
h4 {
	font-family:'Aeonik' ;
	font-weight: bold;
	font-size: 34px;
	line-height: 44px;
}
h5 {
	font-family:'Aeonik' ;
    font-weight: normal;
	font-size: 34px;
	line-height: 44px;
}

p, ul, li  {
	font-family:'Aeonik' ;
   font-weight: normal;
	font-size: 21px;
	line-height: 32x;
}
p strong, a{
	font-family:'Aeonik' ;
   font-weight: bold;
	font-size: 21px;
	line-height: 34x;
}
span {
		font-family:'Aeonik' ;
    font-weight: normal;
}

/* Mobiel: kleiner lettertype voor smalle schermen */
@media (max-width: 768px) {
 
h1 {

	font-size: 66px;
	line-height: 66px;
}
h2 {

	font-size: 40px;
	line-height: 40px;
}
h3 {

	font-size: 40px;
	line-height: 40px;
}
h4 {

	font-size: 25px;
	line-height: 33px;
}
h5 {

	font-size: 25px;
	line-height: 33px;
}

p, ul, li  {

	font-size: 16px;
	line-height: 24x;
}
p strong, a{

	font-size: 16px;
	line-height: 24x;
}
span {

		font-size: 16px;
	line-height: 24x;
}
}




