﻿@charset "utf-8";
/* CSS Document */
/* This CSS adds embedded fonts for use in Safari and mobile browsers. Do not remove linked fonts from the <head> portion of the index.html.*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*           Roboto                */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* This font is distributed under the Apache License 2.0. See LICENSE.txt in the ..\fonts\Roboto folder for details.*/
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; 
}

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

@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic; 
}

@font-face {
	font-family: Roboto;
	src:url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic; 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*           Barlow                */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Copyright 2017 The Barlow Project Authors */
/* This font is distributed under the SIL Open Font License 1.1. See OFL.txt in the ..\fonts\Barlow folder for details.*/
@font-face {
	font-family: Barlow;
	src: url('../fonts/Barlow/Barlow-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; 
}

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

@font-face {
	font-family: Barlow;
	src: url('../fonts/Barlow/Barlow-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic; 
}

@font-face {
	font-family: Barlow;
	src:url('../fonts/Barlow/Barlow-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic; 
}