/*
Theme Name: TSS Kinetic IT
Theme URI: https://www.technicksoftsolutions.com/
Author: Antigravity AI
Author URI: https://www.technicksoftsolutions.com/
Description: A highly interactive, custom animated WordPress theme for Technick Soft Solutions.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tss-kinetic
*/

/* Reset & Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: #0A0B0E;
    color: #EAEAEA;
    overflow-x: hidden;
}

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

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

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}
