:root {

    --color-primary: #0F5B73;
    --color-secondary: #EEF9FC;
    --color-neutral: #C8CDD0;

    --color-text-90: rgba(0, 0, 0, 0.90);
    --color-text-80: rgba(0, 0, 0, 0.80);
    --color-text-70: rgba(0, 0, 0, 0.70);
    --color-text-alternative: #ffffff;

    --color-foreground: #ffffff;
    --color-background-layer: #F8F8F8;

    --color-warning-background: #F8F9FA;
    --color-warning-text: #625200;

    --color-error-background: #f8d7da;
    --color-error-text: #721c24;

    --color-success-background: #d4edda;
    --color-success-text: #155724;

    --welcome-illustration: "";
    --welcome-illustration-width: 344px;
    --welcome-illustration-height: 515px;
    --welcome-background-color: #0F5B73;

    --completed-illustration: "";
    --completed-illustration-width: 160px;
    --completed-illustration-height: 208px;
    --completed-background-color: linear-gradient(152deg, #EEF9FC 27.57%, #0F5B73 122.24%);

    --logo-url-colorful: url('https://checkidstaticassets.blob.core.windows.net/checkid-aider/aider-logo-blue.png');
    --logo-url-white: url('https://checkidstaticassets.blob.core.windows.net/checkid-aider/aider-logo-white.png');
	--favicon-url: url('https://checkidstaticassets.blob.core.windows.net/checkid-aider/favicon.ico');
    --logo-height: 48px;
    --logo-width: 200px;
}

.text-color-alternative
{
    color: #ffffff;
}
