/*Variables*/

:root {
    --color-link: #6E576E;
    --color-btn: #794951;
    --color-btn-txt: #FFFFFF;
    --color-text: #000000;
    --color-text-white: #FFFFFF;
    --color-title: #3F3D3D;
    --color-bg-1: #F1F6F9;
    --color-bg-2: #CAC4D5;
    --color-bg-3: #FDFDFD;
    --color-red: #D99B9B;
    --font-title: Vidaloka;
    --font-text: Inter;
}

.btn:after {
    background: #9C7178 !important;
}