/*  Libre Franklin: Variable Font
/*  Font-Weight: Cheat Sheet 
/*  40: Thin        60: Extra Light         80: Light
/*  100: Regular    120: Medium             140: Semi Bold
/*  160: Bold       180: Extra Bold         200: Black
*/

@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/librefranklin/LibreFranklinGX-Italics-v4015.woff2');
    font-weight: 40 200;
    font-style: italic;
    font-display:swap;
}
@font-face {
    font-family: 'Libre Franklin';
    src: url('../fonts/librefranklin/LibreFranklinGX-Romans-v4015.woff2');
    font-weight: 40 200;
    font-style: normal;
    font-display:swap;
}

/*  Ms Madi: Secondary Font 
*/
@font-face {
    font-family: 'MsMadi';
    src: url('../fonts/ms_madi/MsMadi-Regular.woff2');
    font-weight: 400;
    font-style: normal;
    font-display:swap;
}

@font-face {
	font-family: 'icon-worksregular';
	src: url('../fonts/icon-works-v1/icon-works-webfont.eot');
	src: url('icon-works-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icon-works-v1/icon-works-webfont.woff') format('woff'),
		url('../fonts/icon-works-v1/icon-works-webfont.ttf') format('truetype'),
		url('../fonts/icon-works-v1/icon-works-webfont.svg#icon-worksregular') format('svg');
	font-weight: normal;
	font-style: normal;

}