/* SF Pro Regular */
@font-face {
    font-family: 'SF_Regular';
    src: url('/fonts/SF_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Semibold */
@font-face {
    font-family: 'SF_Semibold';
    src: url('/fonts/SF_Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Bold */
@font-face {
    font-family: 'SF_Bold';
    src: url('/fonts/SF_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
