﻿@font-face {
	font-family: Tektur;
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/Tektur-Regular.ttf'), 	 
}

@font-face {
	font-family: Tektur;
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/Tektur-Medium.ttf'),    
}

@font-face {
	font-family: Tektur;
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/Tektur-SemiBold.ttf'),    
}

@font-face {
	font-family: Tektur;
	font-style: normal;
	font-weight: bold;
	src: url('./fonts/Tektur-Bold.ttf'),
}

@font-face {
	font-family: Tektur;
	font-style: normal;
	font-weight: 800;
	src: url('./fonts/Tektur-ExtraBold.ttf'),
}

@font-face {
	font-family: Tektur;
	font-style: normal;
	font-weight: 900;
	src: url('./fonts/Tektur-Black.ttf'),
}