/*
 * Reset & Base Styles
 * Shared reset styles for labor and ai categories
 */

/* || GENERAL RESET */
*, h1, h2, h3, a {
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

li, ul {
  list-style: none;
}

/* Scrollbar transparent (from style.css) */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}
