@font-face {
  font-family: "Arsenal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/arsenal-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenal";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/public/fonts/arsenal-700.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenal";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/arsenal-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Arsenal";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/public/fonts/arsenal-700italic.ttf") format("truetype");
}

@font-face {
  font-family: "Rozha One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/rozha-one-regular.ttf") format("truetype");
}

html:not(.dys),
html:not(.dys) body {
  font-family: "Arsenal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

html:not(.dys) .font-sans {
  font-family: "Arsenal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

html:not(.dys) .font-serif,
html:not(.dys) h1,
html:not(.dys) h2:not(.group) {
  font-family: "Rozha One", Georgia, "Times New Roman", serif !important;
  font-weight: 400;
}
