/*Variables*/

:root {
    --color-link: #a59d94;
    --color-btn: #a59d94;
    --color-btn-txt: #1f1f1f;
    --color-text: #1f1f1f;
    --color-text-white: #FFFFFF;
    --color-title: #1f1f1f;
    --color-bg-1: #FFFFFF;
    --color-bg-2: #1f1f1f;
    --color-bg-3: #b4aaa0;
    --color-red: #b4aaa0;
    --font-title: Forum;
    --font-text: Playfair Display;
    --bg-transparent: transparent;
}
