@font-face {
  font-family: "Fellix-Regular";
  src:
    url("../assets/fonts/FellixTRIAL-Regular.woff2"),
    url("../assets/fonts/Fellix-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fellix-Regular";
  src:
    url("../assets/fonts/FellixTRIAL-Bold.woff2") format("woff2"),
    url("../assets/fonts/Fellix-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Fellix-Regular", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fellix-Regular", sans-serif !important;
  font-weight: bold;
}

.editor-styles-wrapper {
  font-family: "Fellix", sans-serif;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3 {
  font-family: "Fellix", sans-serif;
}
