/*
Theme Name: NeoCell Industries
Theme URI: https://neocellindustries.com
Author: Antigravity
Author URI: https://neocellindustries.com
Description: Premium, enterprise-grade WordPress theme for NeoCell Industries.
Version: 1.0.0
Text Domain: neocell
*/

/* Core Global Tokens - Extracted from project instructions */
:root {
    --primary-deep-blue: #0A192F;
    --primary-electric-blue: #1A56DB;
    --primary-white: #FFFFFF;
    
    --secondary-graphite: #333333;
    --secondary-silver: #C0C0C0;
    --secondary-light-gray: #F3F4F6;
    
    --accent-energy-green: #10B981;
    
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Manrope', sans-serif;
}

body {
    font-family: var(--font-primary);
    color: var(--secondary-graphite);
    background-color: var(--primary-white);
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary);
    color: var(--primary-deep-blue);
}
