/*
Theme Name:        cyber.x Awareness
Theme URI:         https://cyber.x.com
Description:       Cybersecurity Awareness landing page theme for cyber.x. Includes the CyberChamp quiz landing page template.
Version:           1.0.0
Author:            ARH IT Department
Author URI:        https://cyber.x.com
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       cyberx
Tags:              cybersecurity, awareness, one-page, dark, custom-background
Requires at least: 5.6
Tested up to:      6.5
Requires PHP:      7.4
*/

/*
 * This file is required by WordPress to recognise this as a theme.
 * All actual page styles are contained inside the page template:
 * page-cyberx-landing.php
 *
 * The site's landing page uses the "cyber.x Landing Page" template.
 * To activate it:
 *   1. Go to Pages → Add New → title it "Home"
 *   2. Page Attributes → Template → select "cyber.x Landing Page"
 *   3. Settings → Reading → Homepage → select that page
 */

/* Global fallback body style */
body {
    margin: 0;
    padding: 0;
    background: #0a0c10;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
