/* Black Theme & Global Text Colors */
body, .wp-site-blocks, section, header, footer, main {
    background-color: #000000 !important;
    color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6, p, span, a, li {
    color: #ffffff !important;
}

/* Header & Navigation Styling */
header {
    background-color: #000000 !important;
    border-bottom: 1px solid #222;
    padding: 15px 0;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.03);
}

.wp-block-navigation {
    font-weight: 600;
    text-transform: uppercase;
}

/* Buttons Styling (White on Black) */
.wp-block-button__link {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 6px !important;
    padding: 12px 28px !important;
    font-weight: bold !important;
    transition: all 0.3s ease-in-out !important;
    border: none !important;
}

.wp-block-button__link:hover {
    background-color: #cccccc !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

/* Clean up & Utilities */
.page-list-error, .wp-block-site-title__placeholder {
    display: none !important;
}

::selection {
    background-color: #ffffff;
    color: #000000;
}
