@font-face {
    font-family: 'satoshi';
    src: url(../fonts/satoshi-bold-webfont.woff2) format('woff2'),
         url(../fonts/satoshi-bold-webfont.woff) format('woff');
    font-weight: 600;
    font-style: bold;
}
@font-face {
    font-family: 'satoshi';
    src: url(../fonts/satoshi-medium-webfont.woff2) format('woff2'),
         url(../fonts/satoshi-medium-webfont.woff) format('woff');
    font-weight: 500;
    font-style: medium;
}
@font-face {
    font-family: 'satoshi';
    src: url(../fonts/satoshi-regular-webfont.woff2) format('woff2'),
         url(../fonts/satoshi-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: regular;
}