/*
Theme Name: Elite Core
Theme URI: https://elitecore.com
Description: Premium high-performance athletic club theme designed for Elite Core Performance.
Version: 1.0.0
Author: Antigravity
Author URI: https://elitecore.com
Text Domain: elite-core
*/

/* Core resets and fallback styles */
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #131313;
    color: #e5e2e1;
}
