<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: #bcab85;
    --color-btn: #bcab90;
    --color-btn-txt: #fff;
    --color-text: #151515;
    --color-text-white: #FFFFFF;
    --color-title: #151515;
    --color-bg-1: #fff;
    --color-bg-2: #bcab95;
    --color-bg-3: #ebebeb;
    --color-red: #F48498;
    --font-title: Raleway;
    --font-text: Raleway;
    --bg-transparent: transparent;
}
</pre></body></html>