/* Variables */
:root {
    --color-link: #17bebb;
    --color-btn: #17bebb;
    --color-btn-txt: #fff;
    --color-text: #234d44;
    --color-text-white: #FFFFFF;
    --color-title: #234d44;
    --color-bg-1: #fff;
    --color-bg-2: #e8f4ef;
    --color-bg-3: #234d44;
    --color-red: #fe7262;
    --font-title: Playfair Display;
    --font-text: Montserrat;
}