/* Style selected text highlight */ *::selection {

background-color: $primary-color;
color: $text-light;

}