/*
  Based on https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap

  Font families defined by this CSS:

  - "Noto Sans Arabic"

  Use like this in your CSS:

    :root { font-family: 'Noto Sans Arabic', sans-serif; }

  ------------------------- static -------------------------
*/

@font-face {
	font-family: 'Noto Sans Arabic';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url('Noto_Sans_Arabic.woff2') format('woff2');
	unicode-range:
		U+0600-06FF, U+200C-200E, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC,
		U+08A0-08FF, U+0750-077F, U+FE70-FEEF, U+1EE00-1EEFF;
}

@font-face {
	font-family: 'Noto Sans Arabic';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url('Noto_Sans_Arabic.woff2') format('woff2');
	unicode-range:
		U+0600-06FF, U+200C-200E, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC,
		U+08A0-08FF, U+0750-077F, U+FE70-FEFF, U+1EE00-1EEFF;
}

@font-face {
	font-family: 'Noto Sans Arabic';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url('Noto_Sans_Arabic.woff2') format('woff2');
	unicode-range:
		U+0600-06FF, U+200C-200E, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC,
		U+08A0-08FF, U+0750-077F, U+FE70-FEFF, U+1EE00-1EEFF;
}

@font-face {
	font-family: 'Noto Sans Arabic';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url('Noto_Sans_Arabic.woff2') format('woff2');
	unicode-range:
		U+0600-06FF, U+200C-200E, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC,
		U+08A0-08FF, U+0750-077F, U+FE70-FEFF, U+1EE00-1EEFF;
}
