/* Yellix font family definitions */

@font-face {
  font-family: "Yellix";
  src: url("/fonts/Yellix-Light.woff2") format("woff2"),
       url("/fonts/Yellix-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yellix";
  src: url("/fonts/Yellix-Regular.woff2") format("woff2"),
       url("/fonts/Yellix-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yellix";
  src: url("/fonts/Yellix-SemiBold.woff2") format("woff2"),
       url("/fonts/Yellix-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yellix";
  src: url("/fonts/Yellix-Bold.woff2") format("woff2"),
       url("/fonts/Yellix-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
