/*
Theme Name: SightFactory Concept Theme
Theme URI: https://sightfactory.com/
Author: Antigravity AI
Author URI: https://sightfactory.com/
Description: Custom WordPress theme converted from the SightFactory HTML concept site. Fully compatible with Elementor, GSAP, Three.js, Lenis, and Vue.js.
Version: 1.0.0
Text Domain: sfconcept
*/

html {
    scroll-behavior: auto !important;
}

body {
    background-color: #0A192F !important;
    color: #F5E6D3 !important;
    scroll-behavior: auto !important;
}

h1, h2, h3, h4, h5, h6, .text-sand {
    color: #F5E6D3 !important;
}

.bg-ocean {
    background-color: #0A192F !important;
}

.bg-sand {
    background-color: #F5E6D3 !important;
}

/* Make Hero Reveal visible in Elementor Editor */
.elementor-editor-active .hero-reveal {
    opacity: 1 !important;
    transform: none !important;
}

