/*
Theme Name: MindLabz
Theme URI: #
Author: Nishan Shashintha
Author URI: https://shashinthalk.cc
Description: Mindlabz is a cutting-edge technology company specializing in AI-driven solutions for sales growth in the energy, telecom, insurance, and finance sectors. Our innovative approach combines advanced analytics, machine learning, and automation to help businesses unlock their full potential and achieve unprecedented growth. With a focus on delivering measurable results, Mindlabz empowers companies to optimize their sales strategies, enhance customer engagement, and drive revenue growth in today's competitive market.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: mindlabz
*/

/* Keep this file for theme metadata and basic overrides. */
:root {
    --mind-bg: #050505;
    --mind-orange: #f97316;
    --mind-red: #dc2626;
}

body {
    margin: 0;
    background: var(--mind-bg);
}
