/* ============================================================
   Weber Advertising, site-wide type pairing (PROOF)
   Option 1: Montserrat (display/headings/UI) + Inter (body/text)
   Loaded LAST (after min.css, nav-modern.css, footer-modern.css)
   so it overrides the compiled Raleway/Lato declarations by
   matching their selectors at equal-or-higher specificity.
   ============================================================ */

/* ---- Base body text -> Inter (overrides compiled `body{Raleway}`) ---- */
body{
  font-family:'Inter', sans-serif;
}

/* Inherit-safe defaults for common text containers */
p, li, dd, dt, td, th, blockquote, figcaption, label,
input, select, textarea, .sans-serif{
  font-family:'Inter', sans-serif !important;
}

/* Selectors the compiled CSS pinned to Lato -> Inter */
.whatsup small,
.article-date,
.return-home,
nav .dropdown-menu{
  font-family:'Inter', sans-serif !important;
}

/* ---- Display / headings / UI -> Montserrat ---- */
h1, h2, h3, h4, h5, h6,
.tagline{
  font-family:'Montserrat', sans-serif;
}

/* Buttons read as UI labels -> Montserrat (overrides `.btn{Lato !important}`) */
.btn{
  font-family:'Montserrat', sans-serif !important;
  font-weight:600;
}

/* Site nav element base (custom.scss `nav{Raleway}`) -> Montserrat */
nav{
  font-family:'Montserrat', sans-serif;
}
