/*
 Load fonts for: meshIQ.com
 Author:       	Tim Taricco
 Author URI:   	http://www.timtaricco.com
 Version:     	06.05.25
*/


/*** Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– ***/

@font-face {
	font-display: swap;
	font-family: 'Inter var';
	font-weight: 100 900;
	font-style: normal;
	src: url(/wp-content/themes/meshiq-2023/assets/fonts/inter/Inter-upright-var.woff2) format('woff2')
}

@font-face {
	font-display: swap;
	font-family: 'Inter var';
	font-style: italic;
	font-weight: 100 900;
	src: url(/wp-content/themes/meshiq-2023/assets/fonts/inter/Inter-italic-var.woff2) format('woff2')
}

/* Apply the custom fonts to the editor elements */
.editor-styles-wrapper {
    font-family: "Inter var", sans-serif;
}