/*
Theme Name:        Sarah's Theme
Theme URI:         https://elevated-coaching.com
Description:       Child theme of Kubio for elevated-coaching.com. Customise templates, styles, and hooks here without touching the parent theme.
Author:            Elevated Coaching
Author URI:        https://elevated-coaching.com
Template:          kubio
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      7.4
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       sarahs-theme

/*
 * ─────────────────────────────────────────────────────────────
 *  Sarah's Theme — Custom CSS
 *  Add overrides below. Kubio global styles are loaded first
 *  via functions.php, so anything here wins automatically.
 * ─────────────────────────────────────────────────────────────
 */

/* === DESIGN TOKENS (mirrors kubio_style_reference) === */
/*
 * ══════════════════════════════════════════════════════════════════
 *  Sarah — Site-wide Stylesheet
 *  Merged from: homepage, meet_sarah, account, blog-post, shop, product
 *  display:flex and display:grid removed — layout handled by Kubio PRO
 * ══════════════════════════════════════════════════════════════════
 */




:root {
  --teal: #48d1cc;
  --teal-light: #e0f7f6;
  --teal-dark: #2aa8a4;
  --cream: #faf8f4;
  --warm-white: #ffffff;
  --charcoal: #2c2c2a;
  --warm-gray: #6b6b67;
  --light-gray: #ededeb;
  --serif: 'Playfair Display', Georgia, serif!important;
  --sans: 'DM Sans', system-ui, sans-serif!important;
  --wp--preset--font-family--heading: 'Playfair Display', Georgia, serif!important;
  --wp--preset--font-family--body: 'DM Sans', system-ui, sans-serif!important;
}