/* text selected by the operant should have a color that matches the site section */
::selection {
    background-color: var(--dark);
    color: #fff;
}
::-moz-selection {
    background-color: var(--dark);
    color: #fff;
}
