/* Normalized styles for /web-registry and /web-www */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Lato, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
    'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/* for some reason this isn't setting appropriately through MUI theme */
a {
  color: #4fb573; /* secondary.main */
  text-decoration: none;
  transition: '200ms ease-in-out';
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
