/**
 * Font faces served from this repo.
 *
 * Public Sans Variable (v2.001)
 * - Weight axis: 100–900
 * - Source: https://github.com/uswds/public-sans (see fonts/public-sans/LICENSE.md)
 */

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../fonts/public-sans/PublicSans[wght].ttf") format("truetype");
}

@font-face {
  font-family: "Public Sans";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../../fonts/public-sans/PublicSans-Italic[wght].ttf") format("truetype");
}


