/*!
 * project-name v0.0.1
 * A description for your project.
 * (c) 2021 YOUR NAME
 * MIT License
 * http://link-to-your-git-repo.com
 */

/**
 * @section Base Styles
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
body {
  margin: 2em auto;
  font: 400 12px/1.2em "Barlow", sans-serif;
  text-align: center;
}

input,
textarea,
select,
button {
  font: inherit;
}

h1 {
  font-weight: 300;
  font-size: 30px;
  padding: 2em 0;
}

#labels text, #labels tspan {
  font-size: 14px !important;
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 0.01em !important;
}

#dots circle, #dots path {
  cursor: pointer;
}
#dots circle:hover, #dots path:hover {
  fill: yellow !important;
  stroke: black;
  stroke-weight: 1px;
}