@font-face {
  font-family: "Four C Laxman";
  src: url("assets/fonts/FourCLaxman-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 500;
  font-display: swap;
}

@font-face {
  font-family: "Four C Laxman";
  src: url("assets/fonts/FourCLaxman-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

@font-face {
  font-family: "Four C Laxman";
  src: url("assets/fonts/FourCLaxman-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800 1000;
  font-display: swap;
}

/* Keep page-specific and legacy type rules from changing the reader font. */
html body,
html body * {
  font-family: "Four C Laxman", "Noto Sans Devanagari", "Nirmala UI", sans-serif !important;
  font-synthesis: none;
}
