@font-face {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: normal;
  src:
    url("./typesets/SourceSansPro-Regular.woff") format("woff"),
    url("./typesets/SourceSansPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 500;
  src:
    url("./typesets/SourceSansPro-SemiBold.woff") format("woff"),
    url("./typesets/SourceSansPro-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 600;
  src:
    url("./typesets/SourceSansPro-Bold.woff") format("woff"),
    url("./typesets/SourceSansPro-Bold.otf") format("opentype");
}
