/* Typography — Inter & Poppins via Google Fonts in index.html */

body,
button,
input,
select,
textarea,
.form-control,
.btn {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6,
.section-title,
.modal-title,
.navbar-brand {
  font-family: var(--font-heading);
}
