:root {
    --primary: #2d6a4f;
    --primary-dark: #1b4332;
    --primary-light: #40916c;
    --primary-rgb: 45, 106, 79;
    --secondary: #f4a261;
    --accent: #e76f51;
    --success: #52b788;
    --warning: #e9c46a;
    --danger: #e63946;
    --light: #f8f9fa;
    --dark: #1d3557;
    --gray: #6c757d;
    --body-bg: #ffffff;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
    --radius-md: 12px;
}

body {
    font-size: 14px;
}

.header-main {
    background: #ffffff;
}

.navbar-main {
    background: #2d6a4f;
}

footer {
    background: #1d3557;
}

.btn-primary {
    background-color: #2d6a4f;
    border-color: #2d6a4f;
}

.btn-primary:hover {
    background-color: #1b4332;
    border-color: #1b4332;
}
