/*
Theme Name:  EsportsNext Theme
Theme URI:   https://esportstradeassociation.org
Author:      Esports Trade Association
Author URI:  https://esportstradeassociation.org
Description: Custom WordPress theme for the Esports Trade Association featuring a mega-menu navigation system with ACF-powered content management.
Version:     1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esportsnext
Tags:        custom-menu, custom-logo, featured-images
*/

/* Base theme styles — nav styles are in assets/css/nav.css */

body {
  font-family: 'Barlow', sans-serif;
  background: var(--navy, #080c18);
  color: var(--white, #ffffff);
  min-height: 100vh;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}
