:root{
  --title-font: Futura, 'Futura', 'Futura PT', 'Avenir Next', 'Montserrat', 'Nunito Sans', Arial, sans-serif;
  --body-font:  'Times New Roman', 'Times New Roman', Times, serif;
}
/* Body defaults */
body { font-family: var(--body-font); }

/* Force all headings and common title-y UI to the title font */
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.navbar-brand,
.section-title,
.card-title,
.modal-title,
.offcanvas-title,
.btn,
.badge {
  font-family: var(--title-font) !important;
}

/* Make headings bold by default */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-weight: 700; }
