:root {
    --primary: #008DC0;      
    --dark-primary: #007AA2;    
    --very-dark-primary: #003F5D;  
    --light-primary: #BBD2EC;    
    --very-light-primary-background: #E8F0F8;    
    --light-primary-background: #C5D4EB; 
    --primary-hover: #C6D4E5;       
    --focus-pagination-box-shadow: 0 0 0 0.25rem #0a258570;
    --dark-title: #2B4856;

    --very-dark-red: #850511;
    --light-blue: #3299CC;
    --blue: #337ab7;
    --dark-red: #B21616;
    --light-red: #FF5C60;
    --dark-blue: #01579b;
    --light-green: #50C878;
    --green: #4caf50;
    --green-1: #e8f8e9;
    --green-2: #d8f2d3;
    --green-3: #c6e5c6;
    --dark-green: #198754;
    --dark-yellow: #a57e00;
    --yellow: #f9a825;
    --gold: #ffd700;
    --gray-100: #EEECEC;
    --gray-200: #CDCDCD;
    --gray-600: #656262;
    --gray-800: #3f3d3d;
    --nav-bar-text-color: #333333;
    --background: #ececec;
    --white: #ffffff;
    --black: #231F20;
    --alert-notice: #66520E;
    --alert-notice-bg: #EBE3C9;
    --alert-error: #971414;
    --alert-error-bg: #EBC9C9;
    --alert-information: #171497;
    --alert-information-bg: #C9D2EB;
    --alert-warning: #a57e00;
    --alert-warning-bg: #F2F2C9;
    --bs-secondary-color: #777;
    --bs-brand-color: #9D9D9D;
    --bs-breadcrumb-item-active-color: rgba(33, 37, 41, 0.75);
}