/* Use Lato font from Google Fonts, as used on energyintuitive.com */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body, h1, h2, h3, h4, h5, h6, .btn, .cta, nav, input, textarea {
  font-family: 'Lato', Arial, sans-serif !important;
}
