/*
Theme Name: MasterTej Vanilla
Theme URI: https://mastertej.com
Author: Google DeepMind Antigravity
Description: A lightweight, vanilla WordPress theme with zero default styling. Perfect for custom headless or API-driven sites.
Version: 1.0
License: Open
*/

/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    font-family: system-ui, -apple-system, sans-serif;
}
