/*
  New Energy Business Portal
  Residential typography match.

  Uses the exact font stack from the Residential Portal.
  Typography only: no spacing, sizing, colour, layout or logic changes.
*/

html,
body,
body.commercial-residential-part-one {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
}

body.commercial-residential-part-one h1,
body.commercial-residential-part-one h2,
body.commercial-residential-part-one h3,
body.commercial-residential-part-one h4,
body.commercial-residential-part-one h5,
body.commercial-residential-part-one h6,
body.commercial-residential-part-one p,
body.commercial-residential-part-one a,
body.commercial-residential-part-one button,
body.commercial-residential-part-one input,
body.commercial-residential-part-one select,
body.commercial-residential-part-one textarea,
body.commercial-residential-part-one label,
body.commercial-residential-part-one small,
body.commercial-residential-part-one strong,
body.commercial-residential-part-one em,
body.commercial-residential-part-one span,
body.commercial-residential-part-one li {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
}

body.commercial-residential-part-one button,
body.commercial-residential-part-one input,
body.commercial-residential-part-one select,
body.commercial-residential-part-one textarea {
  font: inherit;
}
