/*
Theme Name: African Robotics Association
Theme URI: https://africanroboticsplatform.org/
Author: African Robotics Association
Author URI: https://africanroboticsplatform.org/
Description: Classic PHP theme for the AFRICAN ROBOTS COOPERATION PLATFORM (ARA). Converted from the original Next.js site. Bilingual (EN/FR), custom post types for Articles, Members, Events, and Partners, and a Tailwind-powered dark green design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ara
Tags: dark, custom-menu, translation-ready, custom-logo, featured-images
*/

/* Base overrides — Tailwind (via CDN) does the heavy lifting.
   These rules cover the small non-utility bits from the original globals.css. */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; background-color: #020D07; color: #ffffff; }
h1, h2, h3, h4, h5, h6 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: #ffffff; }
::selection { background: rgba(16,185,129,0.3); }

.glass { background-color: rgba(11,31,18,0.8); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid #1A3325; }
.glow-border { border: 1px solid transparent; transition: border-color .3s ease; }
.glow-border:hover { border-color: #10B981; }

/* WordPress core alignment / caption classes for the admin editor */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text { font-size: 0.875rem; color: #A3B8A8; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
