/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* Let's load the fonts */
@import url('/css/Bariol-font/bariol-fonts.css');

html, body, p{
 font-family-xx: 'bariolregular';}


/* header text */
div.container > div.content > h2{
 font-family: 'bariollight';
 text-transform: none;}

div.wpb_wrapper > h2{
 font-family: 'bariolregular';
 text-transform: none;}

/* Navigtion bar */
#top nav > ul > li > a, header#top nav > ul > li > a{ 
 font-family: 'bariolbold', sans-serif;
}




