/*
Theme Name: Tingle Theme
Theme URI: https://tingledigital.com
Author: Tingle Digital
Author URI: https://tingledigital.com
Description: Tema customizado para Tingle Digital - Experiência digital imersiva, moderna e memorável. Desenvolvido com foco em animações sofisticadas, interatividade rica e performance otimizada.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tingle-theme
Tags: custom-colors, custom-menu, custom-logo, featured-images, full-width-template, theme-options, dark-mode

Tingle Theme - Be Disruptive! Be Tingle!
*/

/* ==========================================================================
   Base Reset & Global Styles
   ========================================================================== */

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-body, 'DM Sans', sans-serif);
	font-size: var(--text-base, 1rem);
	line-height: var(--leading-normal, 1.5);
	color: var(--text-light, #ffffff);
	background-color: var(--dark-primary, #1A1A2E);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	html {
		scroll-behavior: auto;
	}
}
