@font-face {
    font-family: 'outfitbold';
    src: url('outfit-bold-webfont.woff2') format('woff2'),
         url('outfit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'outfitmedium';
    src: url('outfit-medium-webfont.woff2') format('woff2'),
         url('outfit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'outfitregular';
    src: url('outfit-regular-webfont.woff2') format('woff2'),
         url('outfit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}