:root {
    --black-color-rgb: 0, 0, 0;
    --white-color-rgb: 255, 255, 255;

    --primary-color-50: #f0fdfc;
    --primary-color-100: #e7fffe;
    --primary-color-200: #d0fffd;
    --primary-color-300: #8efffb;
    --primary-color-400: #39d3ce;
    --primary-color-500: #069e9a;
    --primary-color-600: #28445b;
    --primary-color--600-rgb: 6, 158, 154;

    --red-color-200: #FCE3E6;
    --red-color-300: #E30000;
    --red-color-400: #DB2800;
    --red-color-500: #E8001B;

    --green-color-100: #E5F6ED;
    --green-color-200: #e1f5ea;
    --green-color-300: #E0F4EA;
    --green-color-400: #16BA2A;
    --green-color-500: #14AE5C;
    --green-color-600: #0b9b00;
    --green-color-rgb: 9, 179, 88;
}
h1, h2, h3, h4, h5{color: var(--primary-color-600);}

.process-step path:first-child { stroke: #069e9a !important; }
.process-step path:nth-child(2) { stroke: #069e9a !important;}
.process-step path:last-child { fill: #069e9a !important; }
.star-application { background: linear-gradient(145deg, #069e9a 0%, #28445b 96.59%) !important;}

