/*
Theme Name: INSG Housing Solutions
Theme URI: https://insightaa.in/
Author: InSightaa
Author URI: https://insightaa.in/
Description: Ultra-fast static WordPress theme for INSG Housing Solutions (Red & Black branding) converted from custom HTML.
Version: 5.1
Text Domain: insightaa-insg
*/

/* INSG Brand Colors */
:root {
    --insg-red: #C8141E;
    --insg-red-hover: #a41018;
    --insg-black: #000000;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Buttons & links */
.btn-primary {
    background: var(--insg-red);
    color: #ffffff;
    border-radius: 0.75rem;
    font-weight: 600;
}
.btn-primary:hover {
    background: var(--insg-red-hover);
}

.link-brand {
    color: var(--insg-red);
}
.link-brand:hover {
    color: var(--insg-red-hover);
}

/* Dark sections */
.top-bar,
.site-footer,
footer,
.bg-insg-black {
    background-color: var(--insg-black) !important;
    color: #f9fafb;
}

.text-insg-red {
    color: var(--insg-red) !important;
}
.bg-insg-red {
    background-color: var(--insg-red) !important;
    color: #ffffff;
}
