/*
Theme Name:       VJTI Child Theme
Theme URI:        https://redesign.vjti.ac.in
Description:      Custom Child Theme for Hello Elementor (Inspired by VIT)
Author:           IT Infra / VJTI Web Team
Author URI:       https://vjti.ac.in
Template:         hello-elementor
Version:          1.0.0
Text Domain:      vjti-child
*/

/* =============================================
   Add your custom CSS below this line
   ============================================= */

/* Example: Change main color to VJTI Maroon */
:root {
    --vjti-maroon: #8B0000;
    --vjti-gold: #D4AF37;
}

body {
    font-family: 'Roboto', 'Arial', sans-serif;
}

/* You can add more custom styles later */