/*
Theme Name: KinderBee Canvas
Theme URI: https://kinderbee.example
Author: KinderBee
Description: A minimal, blank-canvas WordPress theme built to run entirely on Elementor + Elementor Pro. Every visible section of the site (header, footer, pages, blog) comes from the Elementor templates you import — this theme's only job is to get out of the way and hand rendering to Elementor's Theme Builder. Equivalent in purpose to Elementor's own "Hello Elementor" theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kinderbee-canvas
*/

html { box-sizing: border-box; -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: inherit; }

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1C1917;
  background: #FFFFFF;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #E1007A; }

/* Keep the theme's own body font from fighting Elementor widgets, which set their
   own typography per-element — this only affects the rare bit of un-Elementor'd content
   (e.g. a default 404 or search results page before you build one in Theme Builder). */
.entry-content, .site-content { font-family: 'Plus Jakarta Sans', sans-serif; }
