@font-face {
  font-family: "Encode Sans Regular";
  src: url("../../fonts/Encode-Sans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Encode Sans SemiBold";
  src: url("../../fonts/Encode-Sans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
:root {
  --spicy-font-family-body: "Encode Sans Regular", sans-serif;
  --spicy-font-family-headings: "Encode Sans SemiBold", sans-serif;
  --spicy-font-weight-headings: 600;
  --spicy-font-weight-normal: 400;
}