  @font-face {
    font-family: "SourceSanSPro";
    src: url('./SourceSansPro-Regular.woff') format('woff');
    font-weight: 400;
  }
  @font-face {
    font-family: "SourceSanSPro";
    src: url('./SourceSansPro-Semibold.woff') format('woff');
    font-weight: 600;
  }
  @font-face {
    font-family: "SourceSanSPro";
    src: url('./SourceSansPro-Bold.woff') format('woff');
    font-weight: 700;
  }