/* FONTS */

@font-face {
  font-family: "Hellix-Light";
  src: url("../fonts/Hellix-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Hellix-Regular";
  src: url("../fonts/Hellix-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Hellix-Medium";
  src: url("../fonts/Hellix-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
