:root {
    --primary-blue: #3b82f6;
    --primary-green: #10b981;
    --success-green: #059669;
    --error-red: #dc2626;
    --purple-start: #617bee;
    --purple-end: #764ba2;
    --footer-bg: #20293c;
    --footer-text: #bbc1ca;
    --gray-text: #374151;
    --gray-light: #6b7280;
    --gray-border: #e5e7eb;
    --white: #fff;
    --light-cyan: #edf6f9;
    --button-bg-color: #ff6b6b;
    --button-bg-hover-color: #ff5151;
    --accordion-bg-color:  #ba8aeb;
    --accordion-bg-hover-color: #667eea;
    --accordion-active-bg-color: #764ba2;
    --accordion-radius: 20px;
    --transition-speed: 0.35s;
    --link-1: #D65472;
    --link-2: #37C5F0;
    --link-3: gold;
    --text: #18272F;
    --counter: #30B67D;
}