/*
Theme Name: Haal Webflow Theme
Theme URI: https://haal.in
Author: Haal
Description: Webflow export converted into a WordPress theme
Version: 1.0
Text Domain: haal-webflow
*/

/* Global dark theme */

html,
body {
    background-color: #000;
    color: #fff;
    margin: 0;
}

/* WordPress wrapper containers */

#page,
.site,
.site-content,
.content-area,
.page-wrapper,
.main-wrapper {
    background-color: #000;
}

/* Ensure text stays visible */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
label {
    color: #ffffff;
}

/* Webflow muted text override */

.text-color-muted,
.text-color-muted-inverse,
.text-color-secondary {
    color: #ffffff;
}
/* Fix transparent text */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
label {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Fix Webflow muted text */

.text-color-muted,
.text-color-muted-inverse,
.text-color-secondary {
    color: #ffffff !important;
    opacity: 1 !important;
}