/* JH Tattoos — shared base styles (extracted from imported design) */
html, body {
  margin: 0;
  padding: 0;
  background: #0e0d0c;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: .72;
}
