/*
Theme Name: CE26
Theme URI: https://caribbeanevents.live/
Author: Code X Elite
Author URI: https://codexeliteltd.com/
Description: Custom Caribbean Events theme — a Metronic-inspired design system that matches the metro45 account portal. Built from scratch (no page builder), events + WooCommerce/Tickera ready. Brand palette: purple #A860A8 with cyan/lime/yellow ring accents.
Version: 0.3.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ce26
Tags: custom-menu, featured-images, translation-ready, full-width-template, e-commerce

The full design system lives in assets/css/theme.css (enqueued after this file).
This header block is required by WordPress; keep base resets minimal here.
*/

/* minimal base reset — full styling in assets/css/theme.css */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0}

/* accessibility: skip link + screen-reader text (WP standard) */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
.skip-link{position:absolute;left:-9999px;z-index:100000;background:#fff;color:#A860A8;padding:.7rem 1rem;border-radius:0 0 .5rem 0;font-weight:600}
.skip-link:focus{left:0;top:0}
