/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.1
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

/* fonts:
================================================================================= */
 
/* lato regular */
 
@font-face {
	font-family: 'CairoFont';
	src: url('../fonts/cairo/Cairo-Regular.eot');
	src: url('../fonts/cairo/Cairo-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/cairo/Cairo-Regular.woff2') format('woff2'),
		 url('../fonts/cairo/Cairo-Regular.woff') format('woff'),
		 url('../fonts/cairo/Cairo-Regular.ttf') format('truetype'),
		 url('../fonts/cairo/Cairo-Regular.svg#cairo_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;
}