@import url('project-layout.css');

:root {
    --theme-primary: #1e40af;
    --theme-secondary: #7c3aed;
    --theme-gradient: linear-gradient(to right, var(--theme-primary), var(--theme-secondary));
    --theme-shadow: rgba(30, 64, 175, 0.2);
    --theme-accent-10: rgba(30, 64, 175, 0.1);
    --theme-accent-20: rgba(30, 64, 175, 0.2);
    --theme-accent-50: rgba(30, 64, 175, 0.5);
    --theme-accent-90: rgba(30, 64, 175, 0.9);
}

.extra-icon {
    color: var(--theme-primary);
}

.nav-logo img {
    border-radius: 50px;
}