@font-face {
  font-family: 'Ezra SIL';
  src: url('EzraSIL.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SBL Hebrew';
  src: url('SBLHebrew.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Times CG';
  src: url('TimesCG.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 2em;
  font-family: 'Times CG', Georgia, serif;
  background-color: #fafafa;
  color: #111;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
}

p {
  font-size: 1.2em;
  color: #444;
}

.rambam-heading {
  font-family: 'Ezra SIL', serif;
  font-size: 3.5em;
  direction: rtl;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

img {
  max-width: 90%;
  height: auto;
  margin-top: 2em;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

body > header,
body > div.header,
body > h1:first-child,
body > div:first-child h1 {
  display: none !important;
}