
  @font-face {
    font-family: 'SF Pro display';
    font-weight: 400;
      src:
       url("font/SF-Pro-Text-Light.woff") format("woff");
  }

  @font-face {
    font-family: 'SF Pro display';
    font-weight: 600;
      src:
       url("font/SF-Pro-Text-Bold.otf") format("woff");
  }

  @font-face {
    font-family: 'SF Pro display';
    src: url('/css/font/sf-pro-text-regular-webfont.woff2') format('woff2'),
         url('/css/font/sf-pro-text-regular-webfont.woff') format('woff');
         font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'SF Pro display';
    src: url('/css/font/sf-pro-text-medium-webfont.woff2') format('woff2'),
         url('/css/font/sf-pro-text-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
} 

*{
    font-family: 'SF Pro display','Helvetica'!important;
    font-weight: 700;
}