/*
Theme Name: KPM Brand Theme
Theme URI: https://kpratchermedia.com
Author: K Pratcher Media
Author URI: https://kpratchermedia.com
Description: A custom blank theme for K Pratcher Media. Designed for editorial, dark-mode layouts using the KPM brand system (Playfair Display + Inter, signature pink palette). Pages use custom HTML templates with no theme interference.
Version: 1.0
License: Private
Text Domain: kpm-brand
*/

/* Base reset — the theme itself is invisible. All styling lives in page templates. */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: #0a0a0a;
  color: #fefefe;
  font-family: 'Inter', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
