/*
Theme Name: Motive Media Custom Theme
Theme URI: https://motive-media.com/
Author: Antigravity Team
Description: A premium, state-of-the-art WordPress theme designed for Motive Media Agency. Features dark mode, glassmorphism, bilingual RTL/LTR switcher, and an interactive budget calculator.
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: motive
*/

/* Basic baseline reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
}
body {
    background-color: #050508;
    color: #f1f1f6;
    overflow: visible;
}
