/*======================================
Theme Name: Qualitas
Theme URI: https://www.nibbleedgecom.au/
Description: Divi child theme built for Qualitas!
Author: Nibble Edge
Author URI: https://www.nibbleedge.com.au/
Author Email: development@nibbleedge.com.au
Template: Divi
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/*add your custom CSS below this line*/
/* Import Fonts */


html, body {
  font-size: 16px;
}

@font-face {
	font-family: 'Matter-light';
	src: url('assets/fonts/Matter/Matter-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Matter';
	src: url('assets/fonts/Matter/MatterThin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Matter';
	src: url('assets/fonts/Matter/MatterLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Matter';
	src: url('assets/fonts/Matter/MatterRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Matter';
	src: url('assets/fonts/Matter/MatterMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Matter';
	src: url('assets/fonts/Matter/MatterSemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Matter';
	src: url('assets/fonts/Matter/MatterBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Matter';
	src: url('assets/fonts/Matter/MatterHeavy.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Matter';
	src: url('assets/fonts/Matter/MatterBlack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

*:not( .mce-ico, .ab-icon, .et-pb-icon ) {
	font-family: 'Matter', 'Roboto', sans-serif !important;
}
