@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Ultralight'),
    url('/assets/fonts/SF-Pro-Rounded-Ultralight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Thin'),
    url('/assets/fonts/SF-Pro-Rounded-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Light'),
    url('/assets/fonts/SF-Pro-Rounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Regular'),
    url('/assets/fonts/SF-Pro-Rounded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Medium'),
    url('/assets/fonts/SF-Pro-Rounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Semibold'),
    url('/assets/fonts/SF-Pro-Rounded-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Bold'),
    url('/assets/fonts/SF-Pro-Rounded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Heavy'),
    url('/assets/fonts/SF-Pro-Rounded-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: local('SF Pro Rounded Black'),
    url('/assets/fonts/SF-Pro-Rounded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}