/*
Theme Name: AceGCE
Theme URI: https://example.com/
Author: AceGCE
Description: Premium, lightweight WordPress theme for AceGCE — Your Study Companion.
Version: 1.0.4-template-editor-v1-merge
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: acegce
*/

:root {
	--acegce-blue: #2563EB;
	--acegce-violet: #7C3AED;
	--acegce-cyan: #06B6D4;
	--acegce-gold: #FBBF24;
	--acegce-navy: #081225;
	--acegce-ink: #0F172A;
	--acegce-slate: #64748B;
	--acegce-border: #E2E8F0;
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: #fff;
	color: var(--acegce-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a { color: inherit; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}
