:root {
    --blue: #3F32F1;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #192d386a;
    --gray-dark: #5a5c69;
    --disabled: #e3e3e1;

    /* text light used for a light font */
    --light: #f8f9fc;
    /* text dark used for a darked font */
    --dark: #5a5c69;

    /* primary color used for main elements such as headers, links etc 3F32F1 */
    --primary: #006851;
    --primary-light: #00CEA0;
    /* secondary color used for secondary elements such as footer, buttons etc */
    --secondary:  #004331;
    --secondary-text:  var(--light);
    /* color used for the current selection of a chart */
    --focused: #B9FF00;
    /* background color used for the background */
    --background: var(--primary);
    /* background-inverse color used for contrast - background */
    --background-inverse: #ffff;    

    /*graphs*/
    --threshold: #008080;
    --maintenance: #ccc321;
    --collision: #8963C6;
    --non-compliant: #EF8490;



    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}