﻿:root {
    --bg-color: #121212;
    --text-color: #e0e0e0;
    --primary-color: #bb86fc;
    --primary-hover: #9a67ea;
    --card-bg: #1e1e1e;
    --card-border: #333;
    --footer-bg: #0b104f;
    --footer-text: #b0b0b0;
    --footer-link: #bb86fc;
    --footer-link-hover: #9a67ea;
    --accordion-bg: #2d2d2d;
    --accordion-text: #ffffff;
    --accordion-hover: #3d3d3d;
    --gradient-start: #3700B3;
    --gradient-end: #6200EE;
    --bs-card-color-custom: white;
    --bs-heading-color: white !important;
    --clr-hero-surface: var(--clr-secondary);
    --clr-hero-text: white !important;
    --clr-secondary: #111111;
    --section-bg: #1e1e1e;
}
