/* SF Pro Font Faces - WOFF2 Format */
/* Properly subset to 19-20KB each for optimal performance */

/* SF Pro Bold - for headings */
@font-face {
    font-family: 'SF Pro';
    src: url('./SFProDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Thin - for gradient text */
@font-face {
    font-family: 'SF Pro';
    src: url('./SFProDisplay-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Light - for lighter text */
@font-face {
    font-family: 'SF Pro';
    src: url('./SFProDisplay-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
