/*
Theme Name: Nexora
Theme URI: https://nexoratech.example
Author: A. Ahmed
Author URI: #nexora
Description: Nexora — a pixel-perfect WooCommerce tech-gadgets storefront theme inspired by our Nexora design (dark navy, lime #d4ff32 and purple #7a5af8 accents, Inter typeface). The homepage renders the real WooCommerce catalog through a custom product grid.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
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: nexora
Tags: e-commerce, blog, one-column, custom-menu, featured-images
*/

/* Base Nexora reset & tokens */
:root {
  --brand-lime: #d4ff32;
  --brand-lime-hover: #c1ee22;
  --brand-dark: #0e121e;
  --brand-card: #121727;
  --brand-navy: #0a0d17;
  --brand-accent-purple: #7a5af8;
  --brand-accent-lilac: #a48afb;
  --brand-muted: #eef0f6;
  --brand-muted-border: #e6e9f2;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background-color: #f4f5f9;
  color: #141824;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection {
  background-color: var(--brand-lime);
  color: #0e121e;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* Screen-reader only utility */
.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 !important;
  width: 1px;
  word-wrap: normal !important;
}
