﻿@font-face {
	font-family: Teko;
	font-style: normal;
	font-weight: 300;
	src: url('Teko-Light.ttf'),
}

@font-face {
	font-family: Teko;
	font-style: normal;
	font-weight: normal;
	src: url('Teko-Regular.ttf'), 	 
}

@font-face {
	font-family: Teko;
	font-style: normal;
	font-weight: 500;
	src: url('Teko-Medium.ttf'),    
}

@font-face {
	font-family: Teko;
	font-style: normal;
	font-weight: 600;
	src: url('Teko-SemiBold.ttf'),    
}

@font-face {
	font-family: Teko;
	font-style: normal;
	font-weight: bold;
	src: url('Teko-SemiBold.ttf'),
}

@font-face {
	font-family: Teko;
	font-style: normal;
	font-weight: 900;
	src: url('Teko-Bold.ttf'),	 
}