/* Balansoft brand — fuente BLADRMF_.TTF (font/) */
@font-face {
    font-family: 'Balansoft Brand';
    src: url('./font/BLADRMF_.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.brand-text {
    font-family: 'Balansoft Brand', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #4a90d9 !important;
}

/* Variables SGLB para landing */
:root {
    /* Tema por defecto (Azul Corporativo / Oscuro) - SGLB */
    --sglb-primary: #1a3a5c;
    --sglb-secondary: #2d6a9f;
    --sglb-accent: #4a90d9;
    --sglb-success: #28a745;
    --sglb-warning: #ffc107;
    --sglb-danger: #dc3545;
    --sglb-info: #17a2b8;
    --sglb-light: #f8f9fa;
    --sglb-dark: #212529;
    
    /* Bordes y Sombras SGLB */
    --sglb-radius-sm: 4px;
    --sglb-radius-md: 8px;
    --sglb-radius-lg: 12px;
    --sglb-shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --sglb-shadow-md: 0 2px 8px rgba(0,0,0,0.08);
    --sglb-shadow-lg: 0 4px 16px rgba(0,0,0,0.12);
    
    /* Espaciado SGLB */
    --sglb-spacing-xs: 0.25rem;
    --sglb-spacing-sm: 0.5rem;
    --sglb-spacing-md: 1rem;
    --sglb-spacing-lg: 1.5rem;
    --sglb-spacing-xl: 2rem;
    
    /* Gradientes SGLB */
    --sglb-gradient-start: #0a1e3a;
    --sglb-gradient-end: #1a3a6a;
    --sglb-accent-light: #6aafff;
}