@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Ultralight.otf');
    font-weight: 100;
}

@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Thin.otf');
    font-weight: 200;
}

@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Light.otf');
    font-weight: 300;
}

@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Regular.otf');
    font-weight: 400;
}

@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Medium.otf');
    font-weight: 500;
}

@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Semibold.otf');
    font-weight: 600;
}

@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Bold.otf');
    font-weight: 700;
}

@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Heavy.otf');
    font-weight: 800;
}

@font-face{
    font-family: 'SF Pro';
    src: url('SF-Pro/SF-Pro-Display-Black.otf');
    font-weight: 900;
}

@font-face{
    font-family: 'SF Pro Rounded';
    src: url('SF-Pro/SF-Pro-Rounded-Bold.otf');
}