/*
Theme Name: Consulting2Web Custom
Theme URI: https://c2w-new.consulting2web.com.ar
Author: Tu nombre o estudio acá
Description: Tema a medida para consulting2web.com.ar. Sin builders ni frameworks — HTML, CSS y PHP directos, para tener control total del maquetado.
Version: 1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: consulting2web
*/

/* ---------- Reset mínimo, sin decisiones de diseño ---------- */

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

html,
body,
h1, h2, h3, h4, h5, h6,
p,
ul,
ol,
figure,
blockquote {
	margin: 0;
	padding: 0;
}

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

body {
	min-height: 100vh;
	line-height: 1.5;
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

ul[role="list"],
ol[role="list"] {
	list-style: none;
}

/* ---------- A partir de acá empezás a diseñar vos ---------- */
