/*
Theme Name: GTech Tunnel
Theme URI: https://gtechtunnel.com
Author: GTech Tunnel
Author URI: https://gtechtunnel.com
Description: Custom theme for GTech Tunnel, built directly from the site's hand-coded sections (nav, hero, stats, awards, products, projects) so nothing is nested inside page-builder wrappers that can silently break layout, visibility, or positioning.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: gtech-tunnel
*/

* { box-sizing: border-box; }

html {
  /* Nav links jump to in-page anchors (#tpProducts etc.) — smooth scroll
     turns that into an animated scroll instead of an instant jump. */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #0a1330;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}
