body {
  font-family: var(--font-base);
  background: var(--bg-body);
  color: var(--color-text);
  line-height: 1.65;
  overflow-x: hidden;
}

main {
  overflow: visible;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary-dark);
  line-height: 1.1;
  font-weight: 800;
}

p {
  color: var(--color-text-soft);
}

::selection {
  background: rgba(72, 197, 243, 0.2);
}