/*Variables*/

:root {
    --color-link: #2e0f15;
    --color-btn: #37d461;
    --color-btn-txt: #0B0B0B;
    --color-text: #524528;
    --color-text-white: #FFFFFF;
    --color-title: #2D2926;
    --color-bg-1: #e9dcb1;
    --color-bg-2: #d4af37;
    --color-bg-3: #375cd4;
    --color-red: #d437aa;
    --font-title: Afacad;
    --font-text: Anuphan;
    --bg-transparent: transparent;
}
