@font-face {
    font-family: "SourceSansPro";
    src:url('../fonts/SourceSansPro/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
      size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
    font-family: "SourceSansProMedium";
    src:url('../fonts/SourceSansPro/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
      size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
    font-family: "SourceSansProBold";
    src:url('../fonts/SourceSansPro/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
      size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}