/*
Theme Name: Yogax Child
Theme URI: http://ttdemo2.wpengine.com/yogax
Description: Child Theme for the Yogax Theme
Version: 1.1.0
Author: Themetwins
Author URI: http://themeforest.net/user/themetwins/portfolio
Template: yogax
*/

/* ==========================================================================
   Your custom styles
   ========================================================================== */
@font-face{
    font-family: 'Archia Regular';
    src: url('fonts/archia-regular-webfont.eot');
    src: url('fonts/archia-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/archia-regular-webfont.woff') format('woff'),
    url('fonts/archia-regular-webfont.ttf') format('truetype'),
    url('fonts/archia-regular-webfont.ttf#webfont') format('svg');
}

@font-face{
    font-family: 'Avenir Light';
    src: url('fonts/Avenir-Light.eot');
    src: url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Avenir-Light.woff') format('woff'),
    url('fonts/Avenir-Light.ttf') format('truetype'),
    url('fonts/Avenir-Light.ttf#webfont') format('svg');
}


body { 
    font-family: 'Avenir Light', Arial, sans-serif;
}

h3, h4, h5 {
    /*font-family: 'Archia Regular', sans-serif;*/
    font-family: 'Avenir Light', sans-serif;
}
h1, h2 {
    font-family: 'Archia Regular', sans-serif;
    font-weight: bold;
    /*letter-spacing: 0.35rem;*/
}

.nav-menu li a {
    /*font-family: 'Archia Regular', sans-serif;*/
    font-family: 'Avenir Light', sans-serif;
}