@import './variables';

html,
body {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}



a,
.cur-pointer {
  cursor: pointer;
}


.no-outline:focus {
  outline: 0;
  box-shadow: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
