:root {
    --primary-inverse: #DC322E !important;
}

*::selection {
    color: #ffffff !important;
    background: #DC322E !important;
}

*::-moz-selection {
    color: #ffffff !important;
    background: #DC322E !important;
}