@font-face {
    font-family: 'SF Pro Rounded regular';
    src: url('./SF-Pro-Rounded-Regular.otf') format('truetype');
    font-weight: normal;
  }
  
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./SF-Pro-Rounded-Bold.otf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'SF Pro Rounded Semibold';
    src: url('./SF-Pro-Rounded-Semibold.otf') format('truetype');
    font-weight: normal;
  }