/*Variables*/

:root {
    --color-link: #2d798e;
    --color-btn: #2d798e;
    --color-btn-txt: #ffffff;
    --color-text: #ffffff;
    --color-text-white: #FFFFFF;
    --color-title: #010101;
    --color-bg-1: #010101;
    --color-bg-2: #010101;
    --color-bg-3: #010101;
    --color-red: #2d798e;
    --font-title: Ubuntu;
    --font-text: Sarabun;
    --bg-transparent: transparent;
}
