/*
 * Corporate Design Colours
 * ------------------------
 *
 * This CSS file contains all colors of the corporate identity / corporate
 * design of confirm IT solutions. It is used for the CI/CD website.
 *
 * Please note it is also used by and for Translucent during its build time.
 *
 * File built by cicd-builder 2.3.1.dev3+g2805f4e08.
 */

/* stylelint-disable declaration-colon-space-after,custom-property-empty-line-before,comment-empty-line-before */
/* stylelint-disable comment-whitespace-inside */
/* stylelint-disable color-function-notation */
:root {
    --cd-success: hsl(90deg, 67%, 31%);
    --cd-warning: hsl(47deg, 88%, 53%);
    --cd-error: hsl(357deg, 76%, 49%);
    --cd-info: hsl(200deg, 100%, 44%);

    --cd-black: hsl(0deg, 0%, 0%);
    --cd-white: hsl(0deg, 0%, 100%);

    --cd-grey-10: rgb(10, 10, 10);
    --cd-grey-20: rgb(23, 23, 23);
    --cd-grey-30: rgb(43, 43, 43);
    --cd-grey-40: rgb(80, 80, 80);
    --cd-grey-50: rgb(117, 117, 117);
    --cd-grey-60: rgb(149, 149, 149);
    --cd-grey-70: rgb(191, 191, 191);
    --cd-grey-80: rgb(217, 217, 217);
    --cd-grey-90: rgb(232, 232, 232);
    --cd-grey-100: rgb(246, 246, 246);

    --cd-cold-grey-10: rgb(8, 10, 14);
    --cd-cold-grey-20: rgb(20, 24, 28);
    --cd-cold-grey-30: rgb(39, 44, 49);
    --cd-cold-grey-40: rgb(75, 81, 88);
    --cd-cold-grey-50: rgb(112, 118, 128);
    --cd-cold-grey-60: rgb(143, 149, 159);
    --cd-cold-grey-70: rgb(185, 192, 202);
    --cd-cold-grey-80: rgb(211, 218, 226);
    --cd-cold-grey-90: rgb(230, 233, 238);
    --cd-cold-grey-100: rgb(245, 246, 248);

    --cd-warm-grey-10: rgb(12, 9, 10);
    --cd-warm-grey-20: rgb(25, 23, 22);
    --cd-warm-grey-30: rgb(45, 43, 42);
    --cd-warm-grey-40: rgb(84, 79, 79);
    --cd-warm-grey-50: rgb(121, 116, 116);
    --cd-warm-grey-60: rgb(153, 147, 147);
    --cd-warm-grey-70: rgb(195, 190, 189);
    --cd-warm-grey-80: rgb(221, 216, 215);
    --cd-warm-grey-90: rgb(234, 232, 233);
    --cd-warm-grey-100: rgb(246, 246, 246);

    --cd-red-10: rgb(36, 0, 0);
    --cd-red-20: rgb(62, 0, 0);
    --cd-red-30: rgb(95, 0, 0);
    --cd-red-40: rgb(154, 27, 17);
    --cd-red-50: rgb(209, 64, 43);
    --cd-red-60: rgb(247, 98, 71);
    --cd-red-70: rgb(255, 142, 109);
    --cd-red-80: rgb(255, 180, 150);
    --cd-red-90: rgb(255, 212, 190);
    --cd-red-100: rgb(255, 238, 229);

    --cd-orange-10: rgb(30, 1, 0);
    --cd-orange-20: rgb(51, 6, 0);
    --cd-orange-30: rgb(80, 25, 0);
    --cd-orange-40: rgb(134, 56, 0);
    --cd-orange-50: rgb(185, 90, 0);
    --cd-orange-60: rgb(223, 121, 0);
    --cd-orange-70: rgb(255, 162, 38);
    --cd-orange-80: rgb(255, 194, 102);
    --cd-orange-90: rgb(255, 219, 162);
    --cd-orange-100: rgb(255, 241, 217);

    --cd-yellow-10: rgb(18, 8, 0);
    --cd-yellow-20: rgb(34, 20, 0);
    --cd-yellow-30: rgb(59, 40, 0);
    --cd-yellow-40: rgb(104, 75, 0);
    --cd-yellow-50: rgb(149, 111, 0);
    --cd-yellow-60: rgb(184, 142, 0);
    --cd-yellow-70: rgb(231, 184, 0);
    --cd-yellow-80: rgb(254, 211, 82);
    --cd-yellow-90: rgb(255, 228, 151);
    --cd-yellow-100: rgb(255, 244, 213);

    --cd-olive-10: rgb(6, 12, 0);
    --cd-olive-20: rgb(21, 25, 0);
    --cd-olive-30: rgb(43, 46, 0);
    --cd-olive-40: rgb(82, 83, 0);
    --cd-olive-50: rgb(122, 121, 0);
    --cd-olive-60: rgb(156, 152, 0);
    --cd-olive-70: rgb(202, 195, 0);
    --cd-olive-80: rgb(229, 220, 90);
    --cd-olive-90: rgb(243, 234, 156);
    --cd-olive-100: rgb(252, 247, 215);

    --cd-lime-10: rgb(0, 16, 0);
    --cd-lime-20: rgb(0, 30, 0);
    --cd-lime-30: rgb(19, 50, 0);
    --cd-lime-40: rgb(51, 91, 0);
    --cd-lime-50: rgb(88, 130, 0);
    --cd-lime-60: rgb(122, 162, 0);
    --cd-lime-70: rgb(167, 205, 0);
    --cd-lime-80: rgb(202, 228, 69);
    --cd-lime-90: rgb(226, 240, 145);
    --cd-lime-100: rgb(245, 249, 211);

    --cd-green-10: rgb(0, 18, 0);
    --cd-green-20: rgb(0, 35, 0);
    --cd-green-30: rgb(0, 56, 0);
    --cd-green-40: rgb(0, 99, 0);
    --cd-green-50: rgb(0, 141, 0);
    --cd-green-60: rgb(0, 174, 0);
    --cd-green-70: rgb(71, 218, 32);
    --cd-green-80: rgb(137, 241, 104);
    --cd-green-90: rgb(188, 249, 165);
    --cd-green-100: rgb(228, 253, 218);

    --cd-sea-green-10: rgb(0, 18, 0);
    --cd-sea-green-20: rgb(0, 35, 0);
    --cd-sea-green-30: rgb(0, 56, 17);
    --cd-sea-green-40: rgb(0, 100, 43);
    --cd-sea-green-50: rgb(0, 142, 75);
    --cd-sea-green-60: rgb(0, 176, 104);
    --cd-sea-green-70: rgb(0, 220, 145);
    --cd-sea-green-80: rgb(91, 243, 180);
    --cd-sea-green-90: rgb(166, 250, 210);
    --cd-sea-green-100: rgb(222, 254, 236);

    --cd-blue-10: rgb(0, 16, 29);
    --cd-blue-20: rgb(0, 30, 54);
    --cd-blue-30: rgb(0, 52, 82);
    --cd-blue-40: rgb(0, 92, 136);
    --cd-blue-50: rgb(0, 132, 183);
    --cd-blue-60: rgb(0, 164, 217);
    --cd-blue-70: rgb(49, 207, 255);
    --cd-blue-80: rgb(129, 231, 255);
    --cd-blue-90: rgb(188, 241, 255);
    --cd-blue-100: rgb(230, 249, 255);

    --cd-azure-10: rgb(0, 10, 39);
    --cd-azure-20: rgb(0, 24, 78);
    --cd-azure-30: rgb(0, 44, 113);
    --cd-azure-40: rgb(0, 81, 178);
    --cd-azure-50: rgb(16, 118, 233);
    --cd-azure-60: rgb(79, 148, 255);
    --cd-azure-70: rgb(131, 190, 255);
    --cd-azure-80: rgb(176, 216, 255);
    --cd-azure-90: rgb(213, 232, 255);
    --cd-azure-100: rgb(241, 245, 255);

    --cd-violet-10: rgb(16, 4, 35);
    --cd-violet-20: rgb(18, 16, 70);
    --cd-violet-30: rgb(39, 32, 110);
    --cd-violet-40: rgb(80, 65, 173);
    --cd-violet-50: rgb(119, 100, 228);
    --cd-violet-60: rgb(154, 131, 255);
    --cd-violet-70: rgb(200, 172, 255);
    --cd-violet-80: rgb(227, 202, 255);
    --cd-violet-90: rgb(240, 224, 255);
    --cd-violet-100: rgb(251, 242, 255);

    --cd-purple-10: rgb(27, 0, 34);
    --cd-purple-20: rgb(45, 0, 67);
    --cd-purple-30: rgb(72, 12, 100);
    --cd-purple-40: rgb(123, 41, 158);
    --cd-purple-50: rgb(170, 75, 211);
    --cd-purple-60: rgb(205, 108, 246);
    --cd-purple-70: rgb(251, 151, 255);
    --cd-purple-80: rgb(255, 187, 255);
    --cd-purple-90: rgb(255, 215, 255);
    --cd-purple-100: rgb(255, 239, 255);

    --cd-fuchsia-10: rgb(35, 0, 23);
    --cd-fuchsia-20: rgb(63, 0, 43);
    --cd-fuchsia-30: rgb(94, 0, 68);
    --cd-fuchsia-40: rgb(153, 0, 115);
    --cd-fuchsia-50: rgb(206, 47, 159);
    --cd-fuchsia-60: rgb(243, 87, 192);
    --cd-fuchsia-70: rgb(255, 133, 236);
    --cd-fuchsia-80: rgb(255, 175, 253);
    --cd-fuchsia-90: rgb(255, 209, 255);
    --cd-fuchsia-100: rgb(255, 237, 255);

    --cd-rose-10: rgb(39, 0, 0);
    --cd-rose-20: rgb(68, 0, 0);
    --cd-rose-30: rgb(101, 0, 25);
    --cd-rose-40: rgb(164, 0, 55);
    --cd-rose-50: rgb(220, 39, 87);
    --cd-rose-60: rgb(255, 81, 116);
    --cd-rose-70: rgb(255, 128, 157);
    --cd-rose-80: rgb(255, 172, 188);
    --cd-rose-90: rgb(255, 207, 215);
    --cd-rose-100: rgb(255, 236, 239);
}

/* stylelint-enable declaration-colon-space-after,custom-property-empty-line-before,comment-empty-line-before */
/* stylelint-enable comment-whitespace-inside */
/* stylelint-enable color-function-notation */
