@charset "utf-8";
/* CSS Fonts */

@font-face {
    font-family: 'Rubik';
    src: url('fonts/rubik-light-webfont.woff2') format('woff2'),
         url('fonts/rubik-light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Rubik';
    src: url('fonts/rubik-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/rubik-lightitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}
*/
@font-face {
    font-family: 'Rubik';
    src: url('fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Rubik';
    src: url('fonts/rubik-italic-webfont.woff2') format('woff2'),
         url('fonts/rubik-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
*/
@font-face {
    font-family: 'Rubik';
    src: url('fonts/rubik-bold-webfont.woff2') format('woff2'),
         url('fonts/rubik-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Rubik';
    src: url('fonts/rubik-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/rubik-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
*/
