/* Site typography — Noto Sans Hebrew */

:root {
  --font-primary: "Noto Sans Hebrew", "Noto Sans", "Arial", sans-serif;
  --font-en-display: "Noto Sans", "Arial", sans-serif;
}

body {
  font-family: var(--font-primary);
  font-weight: 400;
}

.text-en,
.text-en--upper {
  font-family: var(--font-en-display);
}

.text-en--upper {
  text-transform: uppercase;
}
