/* --- Colors --- */
:root {
    --main: #FFB72B;
    --body-color: #222;
    --body-bg: #FBFBFB;
    --light: #ebebeb;
    --main-secondary: #00DAFF;
}