/*
Theme Name: Blue Planet Distribution
Description: Lightweight custom theme for Blue Planet Distribution. No page builder dependency — all layout lives in template parts as hand-authored HTML/CSS, scoped per section.
Author: Kennedy Media Group
Version: 1.0
Text Domain: blueplanet
*/

/* Intentionally minimal. Base reset only — every section brings its own
   scoped styles via its template part, so there is nothing opinionated
   here to fight with. */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1C2B3A;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}
