<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">svg{
    /* Custom SVG Color Pallet */
    --svg-illustration-custom-1: #84c48c;
    --svg-illustration-custom-2: #2bb4bf;
    --svg-illustration-custom-3: #76a9f1;
    --svg-illustration-custom-red: #e8505b;
    --svg-illustration-custom-yellow: #ffd251;
    --svg-illustration-custom-green: #35b65e;
    --svg-illustration-skin-light: #ffbe9d;
    --svg-illustration-skin-medium: #926a2d;
    --svg-illustration-skin-dark: #65371e;
    --svg-illustration-custom-gray-1: #263238;
    --svg-illustration-custom-gray-2: #393e41;
    --svg-illustration-custom-gray-3: #455a64;
    --svg-illustration-custom-gray-4: #cbcfd5;
    --svg-illustration-custom-gray-5: #dee0e3;
    --svg-illustration-custom-gray-6: #e9ebee;
    --svg-illustration-custom-gray-7: #f9f9f9;
    --svg-illustration-custom-gray-w: #ffffff;

    /* Built-In Color Overrides */
    --svg-icon-color-secondary: var(--svg-illustration-custom-gray-1);
    --svg-icon-color-1: var(--svg-illustration-custom-1);
    --svg-icon-color-2: var(--svg-illustration-custom-2);
    --svg-icon-color-3: var(--svg-illustration-custom-gray-1);
    --svg-icon-color-4: var(--svg-illustration-custom-gray-w);
    --svg-icon-color-5: var(--svg-illustration-custom-gray-5);
    --svg-illustration-primary-4: var(--svg-illustration-custom-3);
    --svg-illustration-red-3: var(--svg-illustration-custom-red);
    --svg-illustration-yellow-3: var(--svg-illustration-custom-yellow);
    --svg-illustration-green-3: var(--svg-illustration-custom-green);
    --svg-illustration-gray-1: var(--svg-illustration-custom-gray-2);
    --svg-illustration-gray-2: var(--svg-illustration-custom-gray-3);
    --svg-illustration-gray-3: var(--svg-illustration-custom-gray-4);
    --svg-illustration-gray-6: var(--svg-illustration-custom-gray-6);
    --svg-illustration-gray-9: var(--svg-illustration-custom-gray-7);
    --svg-illustration-gray-w: var(--svg-illustration-custom-gray-w);
}
</pre></body></html>