* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
}

::-webkit-scrollbar {
  display: none;
}

html {
  min-height: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: greyscale;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
  background-color: #fafaf9;
  color: #444444;
  overflow-y: scroll;
  overflow-x: hidden;
  font-weight: lighter;
  font-family: "Arial", "Helvetica", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1rem;
  position: relative;
  line-height: 1.2;
}

p,
span {
  font-size: 1rem;
}

a {
  color: blue;
  font-size: 1rem;
}

a:hover {
  font-style: italic;
}

.romina {
  letter-spacing: normal;
}
