@import "settings.css";

* {
  border: 0 solid;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  background-color: var(--white);
  font-family: var(--font);
  color: var(--graphite);
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  overflow-x: clip;
}

circle {
  filter: blur(0.5px);
  pointer-events: none;
}

.leader-line path {
  stroke-linecap: round;
  transition: stroke-width 0.3s ease;
}

a {
  text-decoration: none;
}
