﻿:root {
    /* Primary colors */
    --color-primary: #2E5AAC;
    --color-secondary: #6C757D;
    /* Status colors */
    --color-success: #28A745;
    --color-danger: #DC3545;
    --color-warning: #FFC107;
    --color-info: #17A2B8;
    /* Text colors */
    --color-text-dark: #212529;
    --color-text-white: #FFFFFF;
    --color-text-white-rgb: 255, 255, 255;
    --color-text-muted: #6C757D;
    /* Background colors */
    --color-bg-light: #F8F9FA;
    --color-bg-white: #FFFFFF;
    /* Borders */
    --color-border: #DEE2E6;
    /*** RGB Colors ***/
    --color-text-dark-blue-rgb: 10, 14, 21,;
}
