/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Simpler Heb';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/webfonts/simpler/Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Simpler Heb';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/webfonts/simpler/Light-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Simpler Heb';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/webfonts/simpler/Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Simpler Heb';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('/webfonts/simpler/Regular-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Simpler Heb';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('/webfonts/simpler/Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Simpler Heb';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('/webfonts/simpler/Bold-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Simpler Heb';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('/webfonts/simpler/Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Simpler Heb';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('/webfonts/simpler/Black-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */