/* Snovai landing — shared typography. Load last in <head> (after page <style> and /nav.css). */

/* “Snovai” wordmark (nav, footer, modals): Syne 700 */
a.logo,
.logo {
  font-family: "Syne", sans-serif !important;
  font-weight: 700 !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}

h1,
h2 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800 !important;
}

h3,
h4 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
}

h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
}

.hero-badge,
.pricing-badge,
.sec-proof-badge,
.setup-step-badge {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 500 !important;
}

/* Beta / pricing callout: not a page hero headline */
.pricing-heading,
h2.pricing-heading {
  font-weight: 500 !important;
}
