@font-face {
	font-family: 'font-regular';
	src: url('../fonts/constan.ttf.ttf');
}

@font-face {
	font-family: 'font-light';
	src: url('../fonts/constan.ttf.ttf');
}

@font-face {
	font-family: 'font-medium';
	src: url('../fonts/constan.ttf.ttf');
}

@font-face {
	font-family: 'font-bold';
	src: url('../fonts/constan.ttf.ttf');
}

@font-face {
	font-family: 'font-semibold';
	src: url('../fonts/constan.ttf.ttf');
}

@font-face {
	font-family: 'font-thin';
	src: url('../fonts/constan.ttf.ttf');
}

/* Default font family for site */
body {
	font-family: 'font-light';
}

h2,h3,h4,h5,p{
	font-family: font-light;
}


.font-light{
	font-family: font-light;
}

.font-thin{
	font-family: font-thin;
}

.font-semibold{
	font-family: font-semibold;
}

.font-bold{
	font-family: font-bold;
}

.font-medium{
	font-family: font-medium;
}

.font-regular{
	font-family: font-regular;
}

.font-regular-istok{
	font-family: font-regular-istok;
}