/*Variables*/

:root {
    --color-link: #249c90;
    --color-btn: #0e8191;
    --color-btn-txt: #fbfaf7;
    --color-text: #18678e;
    --color-text-white: #FFFFFF;
    --color-title: #0e8191;
    --color-bg-1: #fbfaf7;
    --color-bg-2: #F8F8F8;
    --color-bg-3: #18678e;
    --color-red: #dd9784;
    --font-title: Parisine;
    --font-text: Parisine;
    --bg-transparent: transparent;
}
