/* Modify this file to add your own custom styles */
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Bellefair&display=swap');
body {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
  font-family: 'Bellefair', serif;
}
body {
  margin-right: 30mm;
  margin-left: 70mm;
}

/* ── Headings ─────────────────────────────────────────────────────────────── */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Narkisim', 'Bona Nova', serif;
  font-style: normal;
  direction: rtl;
  text-align: right;
}

/* ── Blockquotes ─────────────────────────────────────────────────────────── */

blockquote {
  /* font-family: 'Narkisim', 'Bona Nova', serif; */
  direction: rtl;
  text-align: right;
  width: 55%;
}


/* ── Margin note ─────────────────────────────────────────────────────────── */

.marginnote,
.sidenote {
  float: left;
  clear: left;
  margin-right: 0;
  margin-left: -60%;   /* pulls note into the left (outer) margin */
  text-align: right;
  direction: rtl;
}
 
/* Mobile toggle — preserve tufte's collapse/expand behaviour */
.margin-toggle:checked + .sidenote,
.margin-toggle:checked + .marginnote {
  display: block;
  float: left;
  margin-left: 1rem;
  margin-right: 0;
  width: 95%;
}
