/* CSS variables for Bankas theme */
:root {
    --primary-color: #73BCE8;
    --secondary-color: #3b82f6;
    --text-color: #1a1a1a;
    --text-secondary-color: #6b7280;
    --text-light-color: #9ca3af;
    --text-dark-color: #121212;
    --border-color: #e5e7eb;
    --background-color: #ffffff;
    --form-background-color: #f5f5f5;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --scrollbar-color: rgba(0, 0, 0, 0.25);
    
    /* Figma colors */
    --Celeste: #73BCE8;
    --Negro: #121212;
    --Blanco: #FFF;
    --Rojo: #E13B47;
}
