body {
    font-family: "Inter", "M PLUS 1p", sans-serif;
}

ul {
  padding-left: 1.5em;
}

.light-mode .social-list {
    margin-top: 15px;
    margin-bottom: 0px;
}

.light-mode .social-list a {
  width: 45px;
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #F5F7FA;
  color: #354765;
}

.light-mode .social-list a:hover, .social-list a:focus {
  color: #629feb;
  /* background: rgba(0, 0, 0, 0.2); */
  transition: all 0.4s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .social-list a:hover, .social-list a:focus {
    transition: none;
  }
}

.main-content-wrapper {
    padding-top: 30px;
}

h3.section-heading {
    margin-bottom: 40px !important;
}

.project-item-last {
  margin-bottom: 0 !important;
}
