:root {
    --btn-bg: #ff9800;
    --btn-bg-hover: #e58900;

    --btn-secondary-bg: #6c7a89;
    --btn-secondary-bg-hover: #55606b;

    --btn-danger-bg: #c0392b;
    --btn-danger-bg-hover: #992d22; 

    --btn-text: #ffffff;
    --btn-text-hover: #ffffff;
}