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

:root {
    --theme-primary: #1814ff;
    --theme-secondary: #00008B;
    --theme-gradient: linear-gradient(to right, var(--theme-primary), var(--theme-secondary));
    --theme-shadow: rgba(24, 20, 255, 0.2);
    --theme-accent-10: rgba(24, 20, 255, 0.1);
    --theme-accent-20: rgba(24, 20, 255, 0.2);
    --theme-accent-50: rgba(24, 20, 255, 0.5);
    --theme-accent-90: rgba(24, 20, 255, 0.9);
}

.captura-grande {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.captura-pequena {
    max-width: 400px;
    margin: 0 auto;
}

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