/*
Theme Name: Open Source AI Week
Theme URI: https://opensourceaiweek.com/
Author: Open Source AI Week Community
Author URI: https://opensourceaiweek.com/
Description: Atari-inspired, 80's neon arcade theme for Open Source AI Week 2026 — "Open Source AI for Everyone." Built for WordPress 6+ and fully compatible with Elementor. Includes a community-run landing page, sponsorship page, event-submission page, contact and prospectus request forms, and a footer mailing-list signup.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: osaiweek
Tags: events, custom-colors, custom-menu, elementor, full-width-template, footer-widgets, one-column, retro
*/

/* The full visual system lives in /assets/css/atari.css (enqueued in functions.php).
   This file carries the required theme header plus a minimal reset so the theme
   renders sensibly even before Elementor is active. */

:root {
	--osai-bg:        #0d0221;
	--osai-bg-2:      #190b34;
	--osai-ink:       #f4f1ff;
	--osai-pink:      #ff2e88;
	--osai-magenta:   #ff00e5;
	--osai-cyan:      #00f0ff;
	--osai-green:     #39ff14;
	--osai-purple:    #b026ff;
	--osai-orange:    #ff6b1a;
	--osai-yellow:    #ffd300;
	--osai-platinum:  #e6f7ff;
	--osai-gold:      #ffd300;
	--osai-silver:    #c0c0c0;
	--osai-assoc:     #b026ff;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--osai-bg);
	color: var(--osai-ink);
	font-family: "VT323", "Courier New", monospace;
	font-size: 20px;
	line-height: 1.5;
}

a { color: var(--osai-cyan); }

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

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
