/* ============================================
   Universidad Privada María Serrana (UPMS)
   Colores institucionales y variables globales
   ============================================ */

:root {
    /* Colores institucionales UPMS */
    --primary: #25604C;
    --primary-dark: #1a4536;
    --primary-light: #2d7359;

    /* Colores de estado */
    --success: #166534;
    --warning: #92400e;
    --danger: #dc2626;
    --info: #1e40af;

    /* Fondos */
    --bg-dark: #111111;
    --bg-darker: #000000;
    --bg-light: #f9f9f9;
    --bg-white: #ffffff;

    /* Texto */
    --text-primary: #111111;
    --text-secondary: #555555;
    --text-light: #aaaaaa;
    --text-white: #ffffff;

    /* Bordes y efectos */
    --border-color: #e8e8e8;
    --shadow: none;
    --shadow-lg: none;

    /* Espaciado */
    --radius: 6px;
    --radius-lg: 6px;

    /* Tipografía */
    --font-family: 'Inter', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-mono: 'Courier New', Courier, monospace;
}
