/* Lunava Digital Solutions FZCO — typography
   Sora (headings, wordmark) + Manrope (body). Both SIL Open Font License. */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

h1, h2, h3, .lunava-display {
  font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}
body, p, li, td {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
.lunava-eyebrow {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lunava-orange, #F5A623);
}
.lunava-wordmark {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  letter-spacing: 0.16em;
}
