/*
Theme Name: GoGoX
Theme URI: https://www.gogox.com
Author: GoGoX Design
Description: Thin custom theme for gogox.com. Provides only header/footer shell — Elementor Theme Builder owns page layout.
Version: 0.9.303
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: gogox
*/

/* Reset + base typography. All component styling lives in Elementor templates. */
*, *::before, *::after { box-sizing: border-box; }
html, body, main, section, header, footer, nav, article, aside { margin: 0; padding: 0; }
main { display: block; }
body {
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #00121A;
  background: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
