/*
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
*/

/*FONTS*/

@font-face {
    font-family: 'robotobold_condensed';
    src: url('fonts/roboto-boldcondensed-webfont.eot');
    src: url('fonts/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-boldcondensed-webfont.woff') format('woff'),
         url('fonts/roboto-boldcondensed-webfont.ttf') format('truetype'),
         url('fonts/roboto-boldcondensed-webfont.svg#robotobold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotocondensed';
    src: url('fonts/roboto-condensed-webfont.eot');
    src: url('fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-condensed-webfont.woff') format('woff'),
         url('fonts/roboto-condensed-webfont.ttf') format('truetype'),
         url('fonts/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    line-height: 1.3em;
    font-size: 18px;
    font-family: 'robotocondensed', Geneva, Arial !important;
}
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend
{
font-family: 'robotocondensed', Geneva, Arial !important;
}
h1, h2, h3, h4, h5, h6{
font-family: 'robotobold_condensed', Geneva, Arial !important;
}
