@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600;700&display=swap');

/* Shared heading typography across every page. */
html body :is(h1,h2,h3,h4,h5,h6,.display,.section-title,.dash-title,.timeline-title){
  font-family:'Gothic A1',Arial,sans-serif!important;
  line-height:1.15;
}
