/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

@font-face {
	font-family: 'Ubuntu2';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/Ubuntu-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Ubuntu2';
	font-style: italic;
	font-weight: 300;
	src: url('fonts/Ubuntu-LightItalic.ttf') format('truetype');
}

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

@font-face {
	font-family: 'Quicksand2';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/Quicksand-Medium.ttf') format('truetype');
}


@font-face {
	font-family: 'Quicksand2';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/Quicksand-SemiBold.ttf') format('truetype');
}

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



body {
	font-family: "Ubuntu2" !important;
}
h1, h2, h3, h4, h5, h6, .aux-h1, .aux-h2, .aux-h3, .aux-h4, .aux-h5, .aux-h6 {
	font-family: "Quicksand2" !important;
}
.page-title {
	font-family: "Quicksand2" !important;
}
.aux-master-menu {
	font-family: "Quicksand2" !important;
}
.aux-button {
	font-family: "Ubuntu2" !important;
	font-weight: 300 !important;
}