/* Apply Funnel Display to text elements */

/* Regular */
@font-face {
  font-family: "BrownLLWeb";
  src: url("/ntfonts/BrownLLWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "BrownLLWeb";
  src: url("/ntfonts/BrownLLWeb-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "BrownLLWeb", sans-serif !important;
}


body, 
body footer, 
body .btn-default, .btn-primary, .btn, .btn-secondary
body .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a, 
body .navbar-inverse .navbar-nav > li > a, 
body a, .a, 
body .poll .poll-tags h4, h5, .h5, p, .p, p.smallText,
body .page_section p, .section-diagonal-left p, .section-diagonal-right p,
body .section-landing .row > div .section-landing-sub-heading, 
body h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5,
body h1.siteTitle {
    font-family: "BrownLLWeb", sans-serif !important;
}
