@font-face {
  font-family: 'Sen';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/sen-regular-webfont.woff") format("woff2"),
  url("fonts/sen-regular-webfont.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/sen-bold-webfont.woff") format("woff2"),
  url("fonts/sen-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: 'Caveat';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/caveat-regular-webfont.woff") format("woff2"),
  url("fonts/caveat-regular-webfont.woff") format("woff");
}


