@font-face {
    font-family: "SFProDisplay";
    font-weight: 300;
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Regular.eot");
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Regular.woff") format("woff"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Regular.otf") format("opentype"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Regular.svg#filename") format("svg");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 400;
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Medium.eot");
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Medium.woff") format("woff"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Medium.otf") format("opentype"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Medium.svg#filename") format("svg");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 500;
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.eot");
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.woff") format("woff"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.otf") format("opentype"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Semibold.svg#filename") format("svg");
}

@font-face {
    font-family: "SFProDisplay";
    font-weight: 600;
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Bold.eot");
    src: url("../fonts/SF-Pro-Display/SFProDisplay-Bold.woff") format("woff"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Bold.otf") format("opentype"),
         url("../fonts/SF-Pro-Display/SFProDisplay-Bold.svg#filename") format("svg");
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-Pro-Display/SFProDisplay-Thin.eot');
    src: url('../fonts/SF-Pro-Display/SFProDisplay-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SF-Pro-Display/SFProDisplay-Thin.woff2') format('woff2'),
        url('../fonts/SF-Pro-Display/SFProDisplay-Thin.woff') format('woff'),
        url('../fonts/SF-Pro-Display/SFProDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



body {
    font-size: 18px;
    font-family: "SFProDisplay";
    color: #212B3E;
    background-image: url(../img/body-bg.png);
    background-size: 1000px;
    font-weight: 400;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
}