/*
Theme Name: SOMOS Holding Custom Theme
Theme URI: https://somosholding.com/
Author: Antigravity AI
Description: A premium, ultra-dynamic, custom theme for SOMOS Holding. Uses GSAP, Lenis, and a striking White, Red, and Black color palette.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: somos-theme
*/

/* Base CSS is loaded dynamically or in functions.php, but here we can define base reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #050505;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    line-height: 1.6;
}
