









/* <weight>: Use a value from 200 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */

.inconsolata-body {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



a { color:blue } /* Globally */

/* Removes "visited" purple, bolds when clicking link */

a:visited { text-decoration: underline; color:blue; }
a:hover { text-decoration: underline; color:blue; }
a:focus { text-decoration: underline; color:blue; }
a:hover { text-decoration: underline; color:blue }
a:active { text-decoration: underline; text-shadow: 1px 0 0 currentColor; color:blue }