/*
Theme Name: Evoastra Internship Pro
Theme URI: https://evoastra.com
Author: Evoastra
Author URI: https://evoastra.com
Description: A premium, enterprise-grade, full-stack Internship Management System WordPress Theme built like a modern SaaS platform. Features interactive Kanban, dynamic roles, Elementor compatibility, and Kirki Theme Options.
Version: 1.0.0
License: Proprietary
Text Domain: evoastra-internship-pro
Tags: saas, dashboard, kanban, react, tailwind, elementor
*/

/* 
 * NOTE: This file is only used for theme metadata and Elementor global defaults.
 * All core styling is handled via React, Tailwind CSS, and the dynamic Kirki CSS variables.
 * See /assets/css/ for the compiled stylesheets.
 */

:root {
    /* These will be overwritten by dynamic PHP injector based on Kirki settings, providing fallbacks here */
    --eip-primary: #4F46E5;
    --eip-secondary: #0EA5E9;
    --eip-accent: #10B981;
    --eip-bg-main: #0F172A;
    --eip-bg-card: #1E293B;
    --eip-text-main: #F8FAFC;
    --eip-text-muted: #94A3B8;
    --eip-border-radius: 12px;
    --eip-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --eip-font-primary: 'Inter', sans-serif;
}

body {
    font-family: var(--eip-font-primary);
    background-color: var(--eip-bg-main);
    color: var(--eip-text-main);
}
