/*Variables*/

:root {
    --color-link: #c85b12;
    --color-btn: #c85b12;
    --color-btn-txt: #f8e7d1;
    --color-text: #968382;
    --color-text-white: #FFFFFF;
    --color-title: #695958;
    --color-bg-1: #f8e7d1;
    --color-bg-2: #eac498;
    --color-bg-3: #c85b12;
    --color-red: #c85b12;
    --font-title: Racing Sans One;
    --font-text: Poppins;
    --bg-transparent: transparent;
}
