﻿/* Final site-wide typography authority */
:root{--site-font:'Poppins'}
html,body,header,nav,main,section,article,aside,footer,
h1,h2,h3,h4,h5,h6,p,a,span,small,strong,em,label,
button,input,select,textarea,.btn,.nav-link,.dropdown-item,
.form-control,.form-select,.navbar-brand,.carousel,.modal{
  font-family:var(--site-font)!important;
}
body{font-weight:400}
h1,h2,h3{font-weight:700}
h4,h5,h6,.navbar-brand{font-weight:600}
button,.btn,.nav-link{font-weight:600}
