/*
 * Readex Pro is bundled locally so the Arabic interface stays consistent
 * offline and in the proxied preview.
 */
@font-face {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("./fonts/readex-pro-200.ttf") format("truetype");
}

@font-face {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/readex-pro-300.ttf") format("truetype");
}

@font-face {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/readex-pro-400.ttf") format("truetype");
}

@font-face {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/readex-pro-500.ttf") format("truetype");
}

@font-face {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/readex-pro-600.ttf") format("truetype");
}

:root {
  --app-font-sans: "Readex Pro", "Segoe UI", sans-serif;
}

html,
body {
  font-family: "Readex Pro", "Segoe UI", sans-serif !important;
  font-synthesis: none !important;
}

body * {
  font-family: "Readex Pro", "Segoe UI", sans-serif !important;
  font-weight: 400 !important;
  font-synthesis: none !important;
}