/*
Theme Name: AKI College Theme
Theme URI: https://akiwomenscollegethane.edu.in
Author: AKI Development Team
Author URI: https://akiwomenscollegethane.edu.in
Description: A modern WordPress theme for Y&M A.K.I.'s Women's College with Elementor widget support
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: aki-college
Tags: elementor, education, college, women, responsive, modern
*/

/* CSS Reset and Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #0a1e3f;
    background: #fff9ec;
}

/* Theme Variables */
:root {
    --primary-color: #0a1e3f;
    --secondary-color: #fe6c33;
    --accent-color: #fff9ec;
    --text-light: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.7);
    --border-color: rgba(10, 30, 63, 0.2);
}

/* Import Tailwind CSS */
@import url('./assets/css/tailwind.css');

/* Import Custom CSS */
@import url('./assets/css/custom.css');