/*Variables*/

:root {
    --color-link: #684717;
    --color-btn: #d10866;
    --color-btn-txt: #FFFFFF;
    --color-text: #090809;
    --color-text-white: #FFFFFF;
    --color-title: #a22172;
    --color-bg-1: #F7F7F7;
    --color-bg-2: #d66b9d;
    --color-bg-3: #dc4388;
    --color-red: #CB2020;
    --font-title: Jost;
    --font-text: Albert Sans;
    --bg-transparent: transparent;
}
