/* Roboto: */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');


/* Charter: */
@font-face {
    font-family: 'Charter';
    src: url('fonts/charter_bold_italic-webfont.eot');
    src: url('fonts/charter_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charter_bold_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'Charter';
    src: url('fonts/charter_bold-webfont.eot');
    src: url('fonts/charter_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charter_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Charter';
    src: url('fonts/charter_italic-webfont.eot');
    src: url('fonts/charter_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charter_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'Charter';
    src: url('fonts/charter_regular-webfont.eot');
    src: url('fonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charter_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
