<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Variables*/

:root {
    --color-link: #00a676;
    --color-btn: #5efc8d;
    --color-btn-txt: #000000;
    --color-text: #000000;
    --color-text-white: #FFFFFF;
    --color-title: #000000;
    --color-bg-1: #f6f8fc;
    --color-bg-2: #00a676;
    --color-bg-3: #daffe1;
    --color-red: #fccd56;
    --font-title: Montserrat;
    --font-text: Montserrat;
    --bg-transparent: transparent;
}
</pre></body></html>