/* ========== PROJECT COVER SECTION ========== */
.margin{
  background: var(--color-bg-white);
}

.project-cover {
  background: #74daff;
  border-bottom: 2px solid var(--color-border-primary);
}

.project-cover-contents-img {
  background: url(/public/media/images/gallery-snippets/FRAME9.png) lightgray 50% / cover no-repeat;
}

.project-cover-contents-info-title {
  color: var(--color-text-primary);
  /* font-family: var(--font-primary);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: var(--heading-font);
  line-height: normal; */
}

.project-cover-contents-info-description {
  color: var(--color-text-primary);
  /* font-family: var(--font-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--subheading-font);
  line-height: normal; */
}

/* ========== PROJECT IMAGES ========== */

#project-img-1 {
  background: url(/public/media/images/projects/devlopment.gif) center / contain no-repeat;
}

#project-img-2 {
  background: url(<path-to-image>) center / contain no-repeat;
}

#project-img-3 {
  background: url(<path-to-image>) center / contain no-repeat;
}
