/* ASESOLAB - Global stylesheet (v30)
   - Consolidated: base + premium + WP bridge + UI patches
   - Goal: single stylesheet for all pages
*/

/* === Base (extracted from templates) === */

:root {
	--black: #000000;
	--dark-gray: #222222;
	--gray: #717171;
	--light-gray: #DDDDDD;
	--bg-light: #F7F7F7;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	color: var(--dark-gray);
	line-height: 1.5;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
}

/* Links reset */
a { color: inherit; }

