/*
Theme Name: Itara Solutions
Theme URI: https://itara-solutions.local/
Author: Itara Solutions
Author URI: https://itara-solutions.local/
Description: Temă custom clasică PHP pentru Itara Solutions — coworking & hub tehnologic. Construită de la zero, fără page builders, fără jQuery. CSS Grid + Flexbox + JS vanilla + IntersectionObserver.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: itara
Tags: custom-theme, coworking, dark, responsive, classic-theme
*/

/*
 * Acest fișier conține doar header-ul obligatoriu al temei.
 * Stilurile efective sunt încărcate din assets/css/ prin wp_enqueue_style în functions.php.
 *
 * Resetul minim de mai jos previne „flash of unstyled content" pentru cele mai evidente elemente.
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

img,
picture,
video,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}
