/*
Theme Name:  KST Theme
Theme URI:   https://kensingtonsquaretherapy.co.uk
Author:      Kensington Square Therapy
Author URI:  https://kensingtonsquaretherapy.co.uk
Description: Clean blank-canvas theme for Kensington Square Therapy. All design is delivered via self-contained HTML page templates.
Version:     1.0.0
License:     Private
Text Domain: kst-theme
*/

/*
  This file is intentionally minimal.
  All styles are self-contained within each page template.
  Do not add global styles here without approval.
*/

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #F8F8F5;
}
