/*
Theme Name: STP Diaspora
Theme URI: https://stpdiaspora.com
Author: Antigravity AI
Author URI: https://deepmind.google
Description: A premium WordPress theme for digital services, based on the STP Diaspora design.
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: stpdiaspora
Tags: premium, dark, business, services, clean
*/

:root {
    /* Colors from design */
    --primary-green: #01251A;
    --primary-green-light: #1A4D3B;
    --accent-gold: #D4AF37;
    --accent-gold-hover: #B48F17;
    --bg-light: #F8F9FA;
    --bg-white: #FFFFFF;
    --text-dark: #2C2C2C;
    --text-muted: #6C757D;
    --border-color: #E9ECEF;
    
    /* Typography */
    --font-main: 'Inter', system-ui, -apple-system, sans-serif;
    
    /* Shadows */
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
    
    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-full: 9999px;
}
