/*
Theme Name: Twenty Fifteen Child
Theme URI: https://wordpress.org/themes/twentyfifteen/
Template: twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Tags: blog,two-columns,left-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.4.1552089076
Updated: 2019-03-08 23:51:16

*/



/* fonts:
================================================================================= */
 
/* lato regular */
 
@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato/Lato-Regular.eot');
	src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato/Lato-Regular.woff2') format('woff2'),
		 url('../fonts/lato/Lato-Regular.woff') format('woff'),
		 url('../fonts/lato/Lato-Regular.ttf') format('truetype'),
		 url('../fonts/lato/Lato-Regular.svg#Lato_regularregular') format('svg');
	font-weight: 400;
	font-style: normal;
}
 
/* Lato italic */
 
@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato/fonts/lato/Lato-Italic.eot');
	src: url('../fonts/lato/fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato/fonts/lato/Lato-Italic.woff2') format('woff2'),
		 url('../fonts/lato/fonts/lato/Lato-Italic.woff') format('woff'),
		 url('../fonts/lato/fonts/lato/Lato-Italic.ttf') format('truetype'),
		 url('../fonts/lato/fonts/lato/Lato-Italic.svg#Lato_regularitalic') format('svg');
	font-weight: 400;
	font-style: italic;
}
 
/* Lato bold */
 
@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato/Lato-Bold.eot');
	src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato/Lato-Bold.woff2') format('woff2'),
		 url('../fonts/lato/Lato-Bold.woff') format('woff'),
		 url('../fonts/lato/Lato-Bold.ttf') format('truetype'),
		 url('../fonts/lato/Lato-Bold.svg#Latobold') format('svg');
	font-weight: 700;
	font-style: normal;
}

body {
       font-family: 'Lato', sans-serif;   
   }