:root {
  --MainAccent: #5fbe86;
  --TintedAccent: #3a9985;
  --TransparentAccent: #3a998533;
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--PrimaryText);
  background-color: var(--Background-Light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: var(--PrimaryText);
}

::selection,
::-moz-selection {
  color: var(--PrimaryText);
  background-color: var(--MainAccent);
}

.landing,
.hero,
.about,
.experience,
.projects {
  margin: 0 auto;
  position: relative;
  width: 1280px;
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=Globals.css.map */
