:root {
    --theme-color-primary: #267e9c;
    --theme-color-secondary: #5198b0;
    --theme-color-white: #ffffff;
    --danger-50:#FCE8E6;
    --danger-500:#EB5E56;
    --warning-50:#FFF3E4;
    --warning-500:#FF9B20;
    --success-50:#EEF9E8;
    --success-500:#4AB017;
    --primary-50:#E9F2F5;
    --primary-500: #267E9C;      
    --primary-400: #5198b0;  
    --DataGrid-overlayHeight: 300px;     
    --primary-font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }
