/* SF Pro Rounded - Ultralight */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Ultralight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Thin */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Light */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Regular */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Medium */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

/* SF Pro Rounded - Heavy */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Black */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} 