:root {
    --cs-primary: #2a2a72;
    --cs-secondary: #ff914d;
}

.text-cs-primary {
    color: var(--cs-primary);
}

.text-cs-secondary {
    color: var(--cs-secondary);
}

.btn-cs-primary {
    background-color: var(--cs-primary);
    color: #fff;
}

.btn-cs-primary:hover {
    color: #fff;
}
