/*
Theme Name: Kernel Media
Theme URI: https://kernelmedia.ca
Author: Kernel Media
Author URI: https://kernelmedia.ca
Description: Custom WordPress theme for Kernel Media. Boutique digital studio. Websites, affiliate systems, and AI integration.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
License URI: https://kernelmedia.ca
Text Domain: kernelmedia
Tags: custom, minimal, editorial
*/

/* Theme-wide base styles for non-landing templates. */
html, body {
  margin: 0;
  padding: 0;
  background: #F8F7F4;
  color: #0D0D0D;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
