@font-face {
    font-family: 'SF Pro Display';
    src: url("../fonts/SFProDisplay-Regular.woff2") format('woff2'),
         url("../fonts/SFProDisplay-Regular.woff") format('woff'),
         url("../fonts/SFProDisplay-Regular.ttf") format('truetype'),
         url("../fonts/SFProDisplay-Regular.eot") format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'SF Pro Display', sans-serif !important;
}
