@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap");

body {
  font-family: "Inter", "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
.brand-name {
  font-family: "Sora", "Inter", sans-serif;
}

.eyebrow,
.nav-link,
.dropdown-link,
.btn,
.page-intro,
.footer-link,
.footer-bottom,
.brand-sub,
.hero-banner-text,
.banner-note,
.service-card p,
.card p,
.info-list,
.feature-list {
  font-family: "Inter", "Segoe UI", sans-serif;
}