@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/SF-Pro-Display-Thin.otf');
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/SF-Pro-Display-Light.otf');
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/SF-Pro-Display-LightItalic.otf');
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SF-Pro-Display-Regular.otf');
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/SF-Pro-Display-Medium.otf');
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/SF-Pro-Display-Semibold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/SF-Pro-Display-Bold.otf');
    font-display: swap;
}