/*Variables*/

:root {
    --color-link: #262626;
    --color-btn: #744f42;
    --color-btn-txt: #FFFFFF;
    --color-text: #040404;
    --color-text-white: #FFFFFF;
    --color-title: #000000;
    --color-bg-1: #F5F5F5;
    --color-bg-2: #744f42;
    --color-bg-3: #F4E1CF;
    --color-red: #E71212;
    --font-title: Afacad;
    --font-text: Anuphan;
    --bg-transparent: transparent;
}
