/* Global typography: Oswald for headings, Rubik for body text */

html body {
  font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Oswald", sans-serif;
}

.section-title h2,
.section-title .title,
.footer-title,
.footer-widget h5,
.widget-title,
.blog-details .content h2,
.blog-details .content h3,
.service-details-content .content h2,
.pricing-header h3 {
  font-family: "Oswald", sans-serif;
}

.theme-btn,
.theme-btn.style-two,
.btn {
  font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

p,
span,
li,
a,
label,
input,
textarea,
select,
button {
  font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
