@font-face {
    font-family: 'OverPass';
    src: url('../css/fonts/overpass-regular-webfont.woff2') format('woff2'),
         url('../css/fonts/overpass-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OverPass-light';
    src: url('../css/fonts/overpass-light-webfont.woff2') format('woff2'),
         url('../css/fonts/overpass-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OverPass-bold';
    src: url('../css/fonts/overpass-bold-webfont.woff2') format('woff2'),
         url('../css/fonts/overpass-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html *{
    font-family: 'OverPass';
}
