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