/* Regular (400) Weight */
@font-face {
  font-family: 'SF Pro Text'; /* Use one consistent name */
  src: url('sf-pro-text-regular.otf') format('opentype'); /* Adjust path as needed */
  font-weight: 400; /* Standard weight for Regular */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text'; /* Use one consistent name */
  src: url('sf-pro-text-regular.otf') format('opentype'); /* Adjust path as needed */
  font-weight: 600; /* Standard weight for Regular */
  font-style: normal;
  font-display: swap;
}
