body {
  margin: 0;
  font-family: var(--font-family);
  font-weight: var(--font-weight-normal);
  background-color: var(--bg-main);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

code {
  font-family: var(--font-mono);
  font-weight: var(--font-weight-normal);
}

/* Add base typography styles */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -0.5px;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}


/*# sourceMappingURL=main.77102a05.css.map*/