/*
Theme Name: VR Cybernauts
Theme URI: https://vrcybernauts.com/
Author: VR Cybernauts
Author URI: https://vrcybernauts.com/
Description: Custom Gutenberg-ready WordPress theme for VR Cybernauts — a cybersecurity training and services academy. Built with dynamic Courses, Batches and Services post types, full-width block editor support, and a dark "terminal" design system.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
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: vrcybernauts
Tags: education, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, translation-ready, block-styles, wide-blocks, editor-style
*/

/* Base resets — bulk of styling lives in assets/css/main.css (enqueued via functions.php) */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #0a0e14;
	color: #e6edf3;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
