/*
Theme Name: AWAKENTheme
Theme URI: https://awaken.local/awakentheme
Author: AWAKEN
Author URI: https://awaken.local
Description: A clean, extensible WordPress theme designed for AWAKENBuilder.
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awakentheme
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--awaken-accent: #7c3aed;
	--awaken-ink: #111827;
	--awaken-muted: #64748b;
	--awaken-border: #e2e8f0;
	--awaken-surface: #ffffff;
	--awaken-soft: #f8fafc;
	--awaken-container: 1180px;
	--awaken-radius: 18px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--awaken-soft);
	color: var(--awaken-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.65;
}

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

a {
	color: var(--awaken-accent);
}
