/*
Theme Name: Cognivo
Theme URI: https://example.com/cognivo-theme
Author: Cognivo Design Studio
Author URI: https://example.com
Description: A single-page, minimalist brochure theme for an AI & educational-technology company. Built desktop-first with full responsive support. Primary design system (typography, color tokens, components, animation) lives inline in header.php per the delivery spec — this file provides the mandatory WordPress stylesheet header plus a lightweight reset so the theme registers cleanly and behaves if any other stylesheet is enqueued alongside it.
Version: 1.0.0
Requires at least: 6.0
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: cognivo
*/

/* Baseline reset — the full design system is embedded in header.php's <style> block */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

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

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

button {
	font: inherit;
	cursor: pointer;
}

ul,
ol {
	list-style: none;
}
