/* Public Sans - Local Fallback */
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Public Sans Light'), local('PublicSans-Light');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Public Sans'), local('PublicSans-Regular');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Public Sans Medium'), local('PublicSans-Medium');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Public Sans SemiBold'), local('PublicSans-SemiBold');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Public Sans Bold'), local('PublicSans-Bold');
}
