/* src/evaneos/theme/fonts/fonts.css */
@font-face {
  font-family: "Averta";
  src: url("./averta-regular-GVGAEGYU.woff2") format("woff2"), url("./averta-regular-6JAWKVBQ.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./averta-semibold-SYMCBK4E.woff2") format("woff2"), url("./averta-semibold-PFVGR3NJ.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("./averta-bold-FWG3SGIL.woff2") format("woff2"), url("./averta-bold-CRRYMHCR.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
* {
  font-family: "Averta";
}

/* src/evaneos/theme/toast.css */
.toast_Toastify__toast--warning > .toast_Toastify__close-button,
.toast_Toastify__toast--default > .toast_Toastify__close-button {
  color: rgb(31, 34, 38);
}
.toast_Toastify__toast--success > .toast_Toastify__close-buttom {
  color: white;
}
/*# sourceMappingURL=index.css.map */