/*
Theme Name: Kelvinator
Theme URI: https://kelvinatorairconditionerservice.com.au/
Description: Design system for a Kelvinator air conditioning repair, service and installation site. Built on Hello Elementor, which keeps the header and the footer. Inter only, no bold, no italic. Ember palette.
Author: Site owner
Version: 1.0.0
Template: hello-elementor
Text Domain: kelvinator
*/

/* The design system itself lives in assets/kelvinator.css and is loaded from
   functions.php. Put any site specific overrides below this line, so an
   updated design system can be dropped in without losing them. */

/* The parent theme constrains the content area. The design bands need the
   full width, and every section holds its own reading width inside, so the
   constraint is released here rather than fought with later. */
.k-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* A page built the ordinary way, without the full width template, still gets
   sensible margins rather than sitting hard against the edge. */
.entry-content > .k-page {
  padding-inline: 0;
}

