@font-face {
  font-family: "ALKATIP Yazma";
  src: url("/assets/fonts/ALKATIPYazma.woff2") format("woff2"),
       url("/assets/fonts/ALKATIPYazma.woff") format("woff"),
       url("/assets/fonts/ALKATIPYazma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF;
}

:root {
  --font-uy: "ALKATIP Yazma", "UKIJ Tuz Tom", "Noto Naskh Arabic", serif;
}

html, body, button, input, textarea, select {
  font-family: var(--font-uy);
}

body { line-height: 1.6; }
h1, h2 { font-weight: 700; }
.hero { padding: 8px 0 16px; }
.who { color: #8b949e; }
