/*
Theme Name: Nirja Theme
Description: Custom WordPress theme with Elementor widgets built from indexfinal.html.
Author: Antigravity
Version: 1.0
*/

:root {
    --green: #678b4a; /* Olive green from image */
    --golden: #ac6741; /* Rust/golden brown */
    --bg-color: #f7f5f0; /* Creamy background */
    --text-dark: #23211f; /* Dark text */
    --text-light: #7a7672; /* Grey text */
    --border-color: #e5dfd5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lexend', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Global Typography Override for Elementor */
:root {
    --e-global-typography-primary-font-family: "Lexend", sans-serif !important;
    --e-global-typography-secondary-font-family: "Lexend", sans-serif !important;
    --e-global-typography-text-font-family: "Lexend", sans-serif !important;
    --e-global-typography-accent-font-family: "Lexend", sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, p, a, div.elementor-widget-container, .elementor-heading-title, .elementor-text-editor {
    font-family: 'Lexend', sans-serif !important;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.logo img, .custom-logo {
    height: 80px;
    width: auto;
}

body.page-id-1345 .container {
    max-width: 1200px;
    padding: 0 20px;
}

body.post-type-archive-nirja_project .container,
.nirja-archive-projects .container,
.nirja-archive-projects,
body.single-nirja_project .container,
.nirja-single-project .container,
.nirja-single-project {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 20px;
}
