:root {
    /* Used as a regular black, for fonts and others */
    --deep-grey: #2d313a;

    /* Used for subtitles */
    --street-grey: #616a75;
    --cement-grey: #616a74;

    /* Used for shadows and disabled links */
    --umbra-grey: #ababab;

    /* Regular grey. Used for form control borders */
    --diligent-grey: #cfcfcf;

    /* Overlay background */
    --canopy-grey: #2d313ab6;

    /* Alternating background for tables and hovering elements */
    --phantom-grey: #ededed;

    /* Used for table borders */
    --border-grey: #dee2e6;

    /* Use for text only */
    --bubble-white: #f9fbff;

    /* Used for main background */
    --blank-page: #fafafa;

    /* Regular white, used for form controls */
    --truly-white: #ffffff;

    --candy-blue: #4aa4ff;

    --sea-blue: #3388df;

    --muffled-green: #40a040;

    --leaf-green: #7ec700;

    --cheezy-fries: #ffc107;

    --danger-orange: #f18700;

    /* Used for destructive/negative actions */
    --party-red: #e94128;

    /* Used for dashboard squares */
    --party-red-30: rgba(233, 65, 40, 0.3);

    /* Used in Map */
    --soft-red: #e74c3c;

    /* Used in Map */
    --tahiti-gold-orange: #e67e22;

    /* Used in Map */
    --buttercup-yellow: #f1c40f;

    /* Used in Map */
    --shamrock-green: #2ecc71;

    /* Used in Map */
    --light-sea-green: #1abc9c;

    /* Used in Map */
    --summer-sky-blue: #3498db;

    /* Used in Map */
    --deep-lilac-purple: #9b59b6;

    /* Used in Map */
    --persian-red: #c0392b;

    /* Used in Map */
    --tenne-orange: #d35400;

    /* Used in Map */
    --gamboge-yellow: #f39c12;

    /* Used in Map */
    --eucaluptus-green: #27ae60;

    /* Used in Map */
    --mountain-maedow-green: #16a085;

    /* Used in Map */
    --curious-blue: #2980b9;

    /* Used in Map */
    --deeper-lilac-purple: #8e44ad;

    /* Speed color in Map */
    --pigment-green: #00ac41;

    /* Speed color in Map */
    --chartreuse-yellow: #def209;

    /* Speed color in Map */
    --lemon-yellow: #fff10e;

    /* Speed color in Map */
    --school-bus-yellow: #fad900;

    /* Used for dashboard squares */
    --school-bus-yellow-30: rgba(250, 217, 0, 0.3);

    /* Speed color in Map */
    --amber-yellow: #ffbf0a;

    /* Speed color in Map */
    --selective-yellow: #fab007;

    /* Speed color in Map */
    --peel-orange: #ff9e07;

    /* Speed color in Map */
    --tangerine-orange: #f2800a;

    /* Speed color in Map */
    --persimmon-orange: #f26007;

    /* Speed color in Map */
    --scarlet-red: #ea3203;

    /* Used in Map */
    --deep-sky-blue: #00aaff;

    /* Used in communications */
    --link-water-blue: #d9edf7;
}
