/* UECF.NET /catholicbible/ — Telugu Unicode typography.
   Fonts: Noto Sans Telugu and Noto Serif Telugu (SIL Open Font License 1.1).
   Served locally from this folder — no external font CDN is used. */

@font-face {
  font-family: "UECF Telugu Serif";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(files/noto-serif-telugu-telugu-400-normal.woff2) format("woff2");
}
@font-face {
  font-family: "UECF Telugu Serif";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(files/noto-serif-telugu-telugu-600-normal.woff2) format("woff2");
}
@font-face {
  font-family: "UECF Telugu Serif";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(files/noto-serif-telugu-telugu-700-normal.woff2) format("woff2");
}
@font-face {
  font-family: "UECF Telugu Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(files/noto-sans-telugu-telugu-400-normal.woff2) format("woff2");
}
@font-face {
  font-family: "UECF Telugu Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(files/noto-sans-telugu-telugu-600-normal.woff2) format("woff2");
}
@font-face {
  font-family: "UECF Telugu Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(files/noto-sans-telugu-telugu-700-normal.woff2) format("woff2");
}

:root {
  /* Reading face for the Bible text */
  --font-te: "UECF Telugu Serif", "Noto Serif Telugu", "Noto Sans Telugu",
             "Gautami", "Nirmala UI", "Pothana2000", "Vemana2000", "Mandali",
             "Ramabhadra", "Lohit Telugu", "Telugu Sangam MN", "Tunga",
             Georgia, "Times New Roman", serif;
  /* Interface face — Telugu labels in menus, buttons and headings */
  --font-te-ui: "UECF Telugu Sans", "Noto Sans Telugu", "Gautami", "Nirmala UI",
                "Mandali", "Ramabhadra", "Lohit Telugu", "Telugu Sangam MN",
                system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* css/bible.css applies these through --font-ui and --font-te; this file only
   declares the faces so it can be swapped without touching the reader CSS. */
