:root {
    /* --primary-color: #2563eb;
    --primary-dark: #1d4ed8; */
     --primary-color: #eb2525;
    --primary-dark: #d81d1d;
    --secondary-color: #f97316;
    --success-color: #10b981;
    --text-dark: #1f2937;
    --text-gray: #6b7280;
    --bg-light: #f9fafb;
    --white: #ffffff;
    --transition: all 0.3s ease;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}
/* footer */
.col-lg-2 ul li{
    line-height: 3;
}
.col-lg-4 .text-secondary{
    line-height: 2;
}
/* Footer */
footer {
    background-color: #111827 !important;
}

.hover-white:hover {
    color: white !important;
}