/* define fonts */
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  src: url("SourceSansPro-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  src: url("SourceSansPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("Inter-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("Inter-Bold.ttf") format("truetype");
}
