@font-face {
    font-family: 'Gyeonggi_Title_Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Light.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gyeonggi_Title_Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.content-description {
  font-family: 'Gyeonggi_Title_Light', sans-serif;
  line-height: 1.6;
}

.portfolio-section .custom-quote {
  font-family: 'Gyeonggi_Title_Light', sans-serif;
  border-left: 4px solid #6400ff;
  padding-left: 8px;
  margin: 0px 16px;
  color: #ffffffC0;
  background-color: rgba(168, 85, 247, 0.05);
  line-height: 2;
}

.portfolio-section h3 {
  font-family: 'GyeonggiTitle', sans-serif;
  background: linear-gradient(135deg, #ffffff 0%, #a855f7 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8em;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
}

.portfolio-section h4 {
  font-size: 1em;
  margin: 4px 0;
}

.portfolio-section p {
  font-family: 'Gyeonggi_Title_Light', sans-serif;
  margin: 0 0 0px;
}

.portfolio-section hr {
  border: none;
  border-top: 1px solid #ffffff50;
  margin: 16px 0;
}

.portfolio-section a {
  color: #6400ff;
  text-decoration: none;
}
.portfolio-section a:hover {
  border-bottom: 2px solid #6400ff;
}