/* Penta Dalayya & Sons — Brand Fonts
   Niagara Engraved: display headings
   Nimbus Sans L: body text
*/

@font-face {
  font-family: "Niagara Engraved";
  src: url("../fonts/Brand Fonts/NIAGENG.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Sans L";
  src: url("../fonts/Brand Fonts/NimbusSanL-Regu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Sans L";
  src: url("../fonts/Brand Fonts/NimbusSanL-ReguItal.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Sans L";
  src: url("../fonts/Brand Fonts/NimbusSanL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Sans L";
  src: url("../fonts/Brand Fonts/NimbusSanL-BoldItal.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* Brand logo sizing — new lockup is a stacked mark, not a wide banner */
.main-header .logo-outer .logo img,
.main-header .header-upper .logo img {
  width: auto;
  max-height: 54px;
  margin-top: 6px;
}

.sticky-header .logo img {
  width: auto;
  max-height: 54px;
}

.main-footer .logo-widget .logo img {
  width: auto;
  max-height: 110px;
}
