@font-face {
    font-family: 'Odds';
    src: local('Odds Regular'), local('Odds-Regular'),
         url('odds_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('rubik_regular.eot');
    src: url('rubik_regular.eot?#iefix') format('embedded-opentype'),
        url('rubik_regular.woff2') format('woff2'),
        url('rubik_regular.woff') format('woff'),
        url('rubik_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('rubik_medium.eot');
    src: url('rubik_medium.eot?#iefix') format('embedded-opentype'),
        url('rubik_medium.woff2') format('woff2'),
        url('rubik_medium.woff') format('woff'),
        url('rubik_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('rubik_bold.eot');
    src: url('rubik_bold.eot?#iefix') format('embedded-opentype'),
        url('rubik_bold.woff2') format('woff2'),
        url('rubik_bold.woff') format('woff'),
        url('rubik_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

