/*
Theme Name: True Purpose
Theme URI: https://purpose.thesynergygroup.ch
Author: Andre Jankowitz
Author URI: https://thesynergygroup.ch
Description: Book companion site for True Purpose — a framework for the life you haven't fully lived yet.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
License URI: https://thesynergygroup.ch/legal/
Text Domain: purpose-theme
Domain Path: /languages
*/

/* Base reset — all styling in template-parts/purpose-css.php */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { background: #0a1628; color: #e2e8f0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.7; }
a { color: #B08D57; text-decoration: none; transition: color 0.2s; }
a:hover { color: #c9a84c; }
img { max-width: 100%; height: auto; display: block; }
