/* @import 'font-awesome.css'; */
@font-face{ font-family: 'wfIcons'; font-style: normal; font-weight: 400; src: url('FontAwesome.ttf'); }

/*

  WELLS FARGO SERIF

 */

/* serif display */
@font-face {
    font-family: 'WF-Serif';
    src: url('wf-serif/WellsFargoSerif_W_Display.woff');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}

/* serif regular */
@font-face {
    font-family: 'WF-Serif';
    src: url('wf-serif/WellsFargoSerif_W_Rg.woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

/* serif bold */
@font-face {
    font-family: 'WF-Serif';
    src: url('wf-serif/WellsFargoSerif_W_Bd.woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

/* serif italic */
@font-face {
    font-family: 'WF-Serif';
    src: url('wf-serif/WellsFargoSerif_W_It.woff');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}

/* serif bold-italic */
@font-face {
    font-family: 'WF-Serif';
    src: url('wf-serif/WellsFargoSerif_W_BdIt.woff');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}

/* serif light */
@font-face {
    font-family: 'WF-Serif';
    src: url('wf-serif/WellsFargoSerif_W_Lt.woff');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

/* serif semibold */
@font-face {
    font-family: 'WF-Serif';
    src: url('wf-serif/WellsFargoSerif_W_SBd.woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

/*

  WELLS FARGO SANS SERIF

 */

/* sans regular */
@font-face {
    font-family: 'WF-Sans';
    src: url('wf-sans/WellsFargoSans_W_Rg.woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

/* sans bold */
@font-face {
    font-family: 'WF-Sans';
    src: url('wf-sans/WellsFargoSans_W_Bd.woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

/* sans italic */
@font-face {
    font-family: 'WF-Sans';
    src: url('wf-sans/WellsFargoSans_W_It.woff');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}

/* sans bold-italic */
@font-face {
    font-family: 'WF-Sans';
    src: url('wf-sans/WellsFargoSans_W_BdIt.woff');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}

/* sans condensed */
@font-face {
    font-family: 'WF-Sans';
    src: url('wf-sans/WellsFargoSans_W_Cd.woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
}

/* sans light */
@font-face {
    font-family: 'WF-Sans';
    src: url('wf-sans/WellsFargoSans_W_Lt.woff');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

/* sans semibold */
@font-face {
    font-family: 'WF-Sans';
    src: url('wf-sans/WellsFargoSans_W_SBd.woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

/* sans display */
@font-face {
    font-family: 'WF-Sans';
    src: url('wf-sans/WellsFargoSans_W_Display.woff');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}