@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.sf-pro-display {
    font-family: 'SF Pro Display', 'Inter', sans-serif;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SF Pro Display', 'Inter', sans-serif;
}
