@font-face {
    font-family: 'SF-Pro-Display';
    src: url('./fonts/SF-Pro-Display-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SF-Pro-Display';
    src: url('./fonts/SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}