/* Bebas Neue - Regular (400) */
@font-face {
  font-family: "Bebas Neue";
  src: url("./Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 - Variable Weight (Encompasses weights 200 to 900) */
@font-face {
  font-family: "Source Sans 3";
  src: url("./Source_Sans_3/SourceSans3-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 900; /* Supports the asked 300, 400, 600, 700 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("./Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
