@font-face {
  font-family: 'PPEiko-Medium';
  src:
    url('PPEiko-Medium.woff') format('woff2'),
    url("PPEiko-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PPEiko-Thin';
  src:
    url('PPEiko-Thin.woff') format('woff2'),
    url("PPEiko-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "SweetSansProMedium";
    src:
        url("SweetSansProMedium.woff") format("woff2"),
        url("SweetSansProMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "SweetSansProLight";
  src:
      url("SweetSansProLight.woff") format("woff2"),
      url("SweetSansProLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
