@font-face {
  font-family: 'Public Sans';
  font-weight: 400;
  font-style: normal;
  src: local('PublicSans'), url('PublicSans-Light.ttf') format('opentype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 500;
  font-style: normal;
  src: local('PublicSans'), url('PublicSans-Regular.ttf') format('opentype');
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 700;
  font-style: normal;
  src: local('PublicSans'), url('PublicSans-Bold.ttf') format('opentype');
}
