/*
Theme Name: HandySalon
Theme URI: https://handysalon.com/
Author: HandySalon
Author URI: https://handysalon.com/
Description: Premium, Elementor-ready theme for HandySalon — Smartphone-Reparatur, Mobilfunk- und Internetberatung in Bonn. Content lives entirely in Elementor (Theme Builder header/footer, native widgets, two lightweight custom widgets for services and reviews); this stylesheet supplies the shared design system (glass cards, gradients, blur, motion) applied via Elementor's "CSS Classes" control.
Version: 1.0.0
Requires at least: 6.3
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: handysalon
Tags: elementor, custom-menu, custom-logo, featured-images, translation-ready, one-column, two-columns, footer-widgets, threaded-comments

HandySalon is distributed under the terms of the GNU General Public License v2, or (at your
option) any later version. This theme bundles no third-party code other than the fonts
requested via Google Fonts (Sora, Manrope, JetBrains Mono) which are themselves GPL/OFL licensed.
*/

/* Minimal base reset — the full design system lives in assets/css/handysalon.css,
   enqueued in inc/setup.php so that stylesheet ordering relative to Elementor's own
   CSS stays predictable. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #FFFFFF;
	color: #0B1220;
	font-family: 'Manrope', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
::selection { background: #2563EB; color: #fff; }
