/* @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('source-sans-pro-v13-latin-300.woff2') format('woff2'), url('source-sans-pro-v13-latin-300.woff') format('woff');
        font-display: fallback;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('source-sans-pro-v13-latin-regular.woff2') format('woff2'), url('source-sans-pro-v13-latin-regular.woff') format('woff');
    font-display: fallback;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('source-sans-pro-v13-latin-600.woff2') format('woff2'),
        url('source-sans-pro-v13-latin-600.woff') format('woff');
    font-display: fallback;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: url('source-sans-pro-v13-latin-600italic.woff2') format('woff2'), url('source-sans-pro-v13-latin-600italic.woff') format('woff');
    font-display: fallback;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('source-sans-pro-v13-latin-700.woff2') format('woff2'), url('source-sans-pro-v13-latin-700.woff') format('woff');
    font-display: fallback;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v13-latin-700italic.woff2') format('woff2'), url('../fonts/source-sans-pro-v13-latin-700italic.woff') format('woff');
    font-display: fallback;
  } */
@font-face {
  font-family: "Samsung Sharp Sans Regular";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url("/static/fonts/samsungsharpsans.woff") format("woff");
}
@font-face {
  font-family: "Samsung Sharp Sans Medium";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url("/static/fonts/samsungsharpsans-medium.woff") format("woff");
}
@font-face {
  font-family: "Samsung Sharp Sans Bold";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url("/static/fonts/samsungsharpsans-bold.woff") format("woff");
}
