/*
Theme Name: eLearningGlass
Theme URI: https://example.com/themes/elearningglass
Author: Daniel
Author URI: https://example.com
Description: Dark, glassy WordPress theme for e-learning project portfolios.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elearningglass
Tags: custom-colors, custom-menu, featured-images, theme-options, translation-ready
*/

:root {
	--bg: #0b0c10;
	--panel: rgba(255, 255, 255, 0.06);
	--border: rgba(255, 255, 255, 0.12);
	--text: #e6e6e6;
	--muted: #b9bcc6;
	--accent: #7dd3fc;
	--radius-lg: 24px;
	--radius-md: 18px;
	--radius-sm: 10px;
	--shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.45);
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: var(--bg);
	color: var(--text);
	margin: 0;
}
