﻿@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: 100;
	src: url('Barlow-Thin.ttf'),		
}

@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: 200;
	src: url('Barlow-ExtraLight.ttf'),		
}

@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: 300;
	src: url('Barlow-Light.ttf'),
}

@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: normal;
	src: url('Barlow-Regular.ttf'), 	 
}

@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: 500;
	src: url('Barlow-Medium.ttf'),    
}

@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: 600;
	src: url('Barlow-SemiBold.ttf'),    
}

@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: bold;
	src: url('Barlow-Bold.ttf'),
}

@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: 800;
	src: url('Barlow-ExtraBold.ttf'),	 
}

@font-face {
	font-family: Barlow;
	font-style: normal;
	font-weight: 900;
	src: url('Barlow-Black.ttf'),	 
}