/*
Theme Name:   TechVorta Child
Theme URI:    https://techvorta.com
Description:  Child theme for TechVorta. Use this to safely customise the theme without losing changes on updates. Add your CSS overrides below the import line. Add PHP customisations in functions.php.
Author:       Lana Emmanuel
Author URI:   https://themeforest.net/user/laniteboy1995
Template:     techvorta
Version:      2.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  techvorta-child
Tags:         technology, news, blog, magazine, dark, custom-colors, custom-logo, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

== How to use ==

1. Upload both the techvorta/ and techvorta-child/ folders to /wp-content/themes/
2. Activate "TechVorta Child" in Appearance → Themes
3. Add your CSS customisations below the @import line
4. Add PHP customisations in functions.php (do NOT edit parent theme files)

== CSS Customisations ==
Add your overrides below. The parent theme stylesheet is loaded automatically.
*/

/* ─── YOUR CSS CUSTOMISATIONS GO BELOW THIS LINE ─── */

/* Example: change the accent colour */
/*
:root {
    --tv-cyan: #00D4FF;
    --tv-green: #00FF94;
}
*/

/* Example: change the body font */
/*
body {
    font-family: 'Inter', system-ui, sans-serif;
}
*/
