/*
Theme Name:        Maxions Technologies
Theme URI:         https://maxions.tech
Author:            Maxions Technologies
Author URI:        https://maxions.tech
Description:        Maxions Technologies — a digital marketing agency in Trichy. SEO, social media marketing, Google Ads, Google My Business and website development. Tagline: "Grow Faster. Rank Better. Convert More."
Version:           1.0.0
Requires at least: 6.4
Tested up to:      6.7
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       maxions
Tags:              custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

/*
  The full design system + component styles live in assets/css/main.css
  (enqueued via inc/enqueue.php) so the cascade stays modular and the
  critical above-the-fold CSS can be split out for performance.
  This file intentionally carries only the WordPress-required header
  plus a minimal no-JS / no-FOUC fallback.
*/

:root { color-scheme: light; }

html { background: #FFFFFF; }

/* Prevent flash of unstyled hero before main.css paints */
body { margin: 0; background: #FFFFFF; color: #1B1B1B; }

/* Accessibility: skip link visible on focus */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 12px 20px;
  background: #FF4F03;
  color: #fff;
  border-radius: 0 0 8px 0;
  font: 600 14px/1 system-ui, sans-serif;
}
.skip-link:focus { left: 0; }
