﻿/* fonts/KalamehFN/font-face.css */
@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: 100;
	src: url('KalamehWebFaNum-Thin.woff2') format('woff2'),
		 url('KalamehWebFaNum-Thin.woff') format('woff');
}

@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: 200;
	src: url('KalamehWebFaNum-ExtraLight.woff2') format('woff2'),
		 url('KalamehWebFaNum-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: 300;
	src: url('KalamehWebFaNum-Light.woff2') format('woff2'),
		 url('KalamehWebFaNum-Light.woff') format('woff');
}

@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: 500;
	src: url('KalamehWebFaNum-Medium.woff2') format('woff2'),
		 url('KalamehWebFaNum-Medium.woff') format('woff');
}

@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: 600;
	src: url('KalamehWebFaNum-SemiBold.woff2') format('woff2'),
		 url('KalamehWebFaNum-SemiBold.woff') format('woff');
}

@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: 800;
	src: url('KalamehWebFaNum-ExtraBold.woff2') format('woff2'),
		 url('KalamehWebFaNum-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: 900;
	src: url('KalamehWebFaNum-Black.woff2') format('woff2'),
		 url('KalamehWebFaNum-Black.woff') format('woff');
}

@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: bold;
	src: url('KalamehWebFaNum-Bold.woff2') format('woff2'),
		 url('KalamehWebFaNum-Bold.woff') format('woff');
}

@font-face {
	font-family: KalamehFN;
	font-style: normal;
	font-weight: normal;
	src: url('KalamehWebFaNum-Regular.woff2') format('woff2'),
		 url('KalamehWebFaNum-Regular.woff') format('woff');
}

