﻿:root {
    --primary-color: #350f7b;
    --primary-hover: #2f0d6c;
    --primary-light: rgba(53, 15, 123, 0.15);
    --sidebar-color: #365314;
    --sidebar-active: rgba(53, 15, 123, 0.25);
    --background-color: #f7fee7;
    --background-gradient: linear-gradient(135deg, #ecfccb 0%, #f7fee7 50%, #d9f99d 100%);
    --focus-ring: 0 0 0 3px rgba(53, 15, 123, 0.15);
    --font-family: 'Poppins', sans-serif;
}
[data-theme="dark"] {
    --primary-light: rgba(53, 15, 123, 0.25);
    --sidebar-active: rgba(53, 15, 123, 0.25);
}
