@font-face {
    font-family: sf pro;
    font-weight: 300;
    src: url(SF-Pro-Thin.otf) format("opentype")
}

@font-face {
    font-family: sf pro;
    font-weight: 400;
    src: url(SF-Pro-Light.otf) format("opentype")
}

@font-face {
    font-family: sf pro;
    font-weight: 600;
    src: url(SF-Pro-Regular.otf) format("opentype")
}

@font-face {
    font-family: sf pro;
    font-weight: 700;
    src: url(SF-Pro-Semibold.otf) format("opentype")
}

@font-face {
    font-family: sf pro;
    font-weight: 800;
    src: url(SF-Pro-Bold.otf) format("opentype")
}