/**
 * Font Declarations
 * Custom font faces used in the site
 */

@font-face {
  font-family: General Sans;
  src: url("../fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
