/*Variables*/

:root {
    --color-link: #334a5d;
    --color-btn: #bc927c;
    --color-btn-txt: #fff;
    --color-text: #000;
    --color-text-white: #FFFFFF;
    --color-title: #000;
    --color-bg-1: #f0eee9;
    --color-bg-2: #ddddd5;
    --color-bg-3: #252525;
    --color-red: #7f4b45;
    --font-title: Syncopate;
    --font-text: Sarabun;
    --bg-transparent: transparent;
}
