/**
 * Noto Sans Hebrew Font Family
 * Noto Sans Hebrew font
 *
 * @package Experis_Academy
 */

/* Variable Font - supports all weights (100-900) */
@font-face {
	font-family: 'Noto Sans Hebrew';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/NotoSansHebrew-VariableFont_wdth,wght.ttf') format('truetype');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
