﻿/* Oswald */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: url('/Static/fonts/Oswald-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('/Static/fonts/Oswald-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	src: url('/Static/fonts/Oswald-Medium.woff2') format('woff2');
} 

/* Tinos */
@font-face {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 400;
	src: url('/Static/fonts/Tinos-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Tinos';
	font-style: normal;
	font-weight: 700;
	src: url('/Static/fonts/Tinos-Bold.woff2') format('woff2');
}