/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {

    font-family: 'Uniform';

    src: url('fonts/uniform-regular-webfont.eot');

    src: url('fonts/uniform-regular-webfont.eot?#iefix') format('embedded-opentype'),

        url('fonts/uniform-regular-webfont.woff') format('woff'),

        url('fonts/uniform-regular-webfont.ttf') format('truetype'),

        url('fonts/uniform-regular-webfont.svg#Uniform') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'Garamond';

    src: url('fonts/AGaramondExp-Regular.eot');

    src: url('fonts/AGaramondExp-Regular.eot?#iefix') format('embedded-opentype'),

        url('fonts/AGaramondExp-Regular.woff') format('woff'),

        url('fonts/AGaramondExp-Regular.ttf') format('truetype'),

        url('fonts/AGaramondExp-Regular.svg#Garamond') format('svg');

    font-weight: normal;

    font-style: normal;

}

body, .fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a{
	font-family: 'Uniform';
}

