@font-face {
  font-family: "CraftRounded-Bold";
  src:
    url("/fonts/craft-rounded/CraftRounded-Bold-webfont.woff2") format("woff2"),
    url("/fonts/craft-rounded/CraftRounded-Bold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "CraftRounded-Demibold";
  src:
    url("/fonts/craft-rounded/CraftRounded-Demibold-webfont.woff2")
      format("woff2"),
    url("/fonts/craft-rounded/CraftRounded-Demibold-webfont.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "CraftRounded-Regular";
  src:
    url("/fonts/craft-rounded/CraftRounded-Regular-webfont.woff2")
      format("woff2"),
    url("/fonts/craft-rounded/CraftRounded-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
