:root {
    --brand-color: #ff7600;
}


::spelling-error {
    text-decoration: wavy underline;
    text-decoration-color: red;
    text-decoration-thickness: 1.5px;
}
::grammar-error {
    text-decoration: wavy underline;
    text-decoration-color: blue;
    text-decoration-thickness: 1.5px;
}
