/* Public Sans Font - Optimized Implementation */
/* Only load the weights actually used in the app */
@font-face {
  font-family: 'Public Sans';
  src: url('/fonts/PublicSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/fonts/PublicSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/fonts/PublicSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
