/*FONTS:*/
@font-face {
  font-family: "MyFont";
  src: url("/font-woff2/EudoxusSans-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "MyFont";
  src: url("/font-woff2/EudoxusSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "MyFont";
  src: url("/font-woff2/EudoxusSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* renuMEAT logo font*/
@font-face {
  font-family: "renuMEAT-logo-font";
  src: url("/font-woff2/groovy-mricha-demo.bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}