/*Variables*/

:root {
    --color-link: #367c64;
    --color-btn: #367c64;
    --color-btn-txt: #FFFFFF;
    --color-text: #121414;
    --color-text-white: #FFFFFF;
    --color-title: #367c64;
    --color-bg-1: #1b1b1b;
    --color-bg-2: #F7F5E9;
    --color-bg-3: #A6B9B9;
    --color-red: #CB6262;
    --font-title: Urbanist;
    --font-text: Parisine;
    --bg-transparent: transparent;
}
