/*
Theme Name: MindLabz Simple
Theme URI: https://example.com/mindlabz-simple
Author: MindLabz
Author URI: https://example.com
Description: Simple custom WordPress theme based on the provided MindLabz HTML.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: mindlabz-simple
*/

/* 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);
}
