/* Bengali-friendly typography for থিওরি অব ম্যাথ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;700&display=swap');

:root { --md-text-font: "Noto Sans Bengali", "Roboto", sans-serif; }
body, .md-typeset { font-family: "Noto Sans Bengali", "Roboto", sans-serif; }
.md-typeset { line-height: 1.85; }            /* বাংলা পড়তে আরাম */
.md-typeset h1, .md-typeset h2 { font-weight: 700; }
.md-typeset table:not([class]) { font-size: .78rem; }
