:root {
--main-primary-color: #374151;
--main-secondary-color: #6b7280;
--main-bg-color: #ffffff;
--main-text-color: #111111;
--header-bg-color: #ffffff;
--header-text-color: #ffffff;
--footer-bg-color: #114358;
--footer-text-color: #ffffff;
--card-bg-color: #ffffff;
--card-text-color: #1a1a1a;
--card-brand-chip-color: transparent;
--card-shadow-color: #0f172a;
--vehicles-bg-color: #f7f7f7;
--border-color: #e5e5e5;
--button-color: #374151;
--button-hover-color: #4b5563;
--header-background-color: #1f2937;
--footer-background-color: #111827;
--site-font-body: Inter, sans-serif;
--site-font-heading: Inter, sans-serif;
--cards-per-row: 4;
--card-shadow-intensity: 8;
--cards-per-row-mobile: 1;
--car-card-max-height: 250px;
--car-card-max-width-px: 400px;
--car-card-max-width-percent: 85%;
}