/* latin-ext */
@font-face {
  font-family: 'Special Gothic Expanded One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/special-gothic-expanded-one-1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Special Gothic Expanded One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/special-gothic-expanded-one-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.site-title {
	font-family: 'Special Gothic Expanded One', sans-serif;
  font-size: clamp(2.2rem, 7vw, 4.5rem);
	letter-spacing: 0.04em;
  color: #f8f9fa;
  line-height: 1.05;
}

.oe-char {
  color: var(--bs-green);
}

section h2,
section h3 {
  font-family: 'Special Gothic Expanded One', sans-serif;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

.card-title {
	font-family: 'Special Gothic Expanded One', sans-serif;
	letter-spacing: 0.02em;
}

.project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.project-grid > .card-link {
  margin: 0;
  width: auto;
  height: 100%;
}

.project-card-body {
  display: grid;
  grid-template-columns: clamp(92px, 20vw, 150px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  min-height: 11.5rem;
  position: relative;
  padding: 1rem 2.4rem 1rem 1rem;
}

.project-card-media {
  padding: 0.35rem;
  border-radius: 0.6rem;
}

.project-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.5rem;
}

.project-card-content {
  align-self: center;
}

.project-card-content .card-title {
  margin-bottom: 0.55rem;
}

@media (min-width: 768px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .project-grid {
    gap: 0.9rem;
  }

  .project-card-body {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0.95rem 1rem;
  }

  .project-card-media {
    max-width: 160px;
    margin: 0 auto;
  }

  .project-card-content {
    text-align: center;
  }

  .site-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
