@font-face {
    font-family: 'sf_pro_textbold';
    src: url('../web-fonts/sfprotext-bold-webfont.woff2') format('woff2'),
         url('../web-fonts/sfprotext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sf_pro_textlight';
    src: url('../web-fonts/sfprotext-light-webfont.woff2') format('woff2'),
         url('../web-fonts/sfprotext-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sf_pro_textmedium';
    src: url('../web-fonts/sfprotext-medium-webfont.woff2') format('woff2'),
         url('../web-fonts/sfprotext-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sf_pro_textregular';
    src: url('../web-fonts/sfprotext-regular-webfont.woff2') format('woff2'),
         url('../web-fonts/sfprotext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}