@font-face {
  font-family: "Hellix";
  src: url("./Hellix-Regular.woff2") format("woff2"),
    url("./Hellix-Regular.woff") format("woff"),
    url("./Hellix-Regular.ttf") format("truetype");
  font-weight: 350 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("./Hellix-Medium.woff2") format("woff2"),
    url("./Hellix-Medium.woff") format("woff"),
    url("./Hellix-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("./Hellix-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hellix";
  src: url("./Hellix-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
