/* MessyNet — company. Page-specific rules from the design prototype.
   .mn-fxN are the hover/focus states the prototype declared inline;
   they keep their numbering from the source. */

.mn-fx0:hover { color: var(--mn-teal) !important; }
.mn-fx1:hover { background: var(--mn-teal-hover) !important; color: rgb(4, 33, 29) !important; }
.mn-fx2:hover { background: var(--mn-deep) !important; color: var(--mn-day) !important; }
