/*!
마비옛체 서체 저작권 및 사용 조건

마비옛체 서체의 지적 재산권을 포함한 모든 권리는 ㈜넥슨코리아에 있습니다.
마비옛체 서체는 개인 및 기업 사용자를 포함한 모든 사용자에게 무료로 제공되며
자유롭게 사용 및 배포하실 수 있습니다.
단, 임의로 수정, 편집 등을 할 수 없으며 배포되는 형태 그대로 사용해야 합니다.
글꼴 자체를 유료로 판매하는 것은 금지되며, 마비옛체 서체의 본 저작권 안내를
포함해서 다른 소프트웨어와 번들하거나 임베디드 폰트로 사용하실 수 있습니다.
마비옛체 서체의 출처 표기를 권장합니다.
마비옛체 서체를 사용한 인쇄물, 광고물(온라인 포함)은 넥슨의 프로모션을 위해
활용될 수 있으며, 이를 원치 않는 사용자는 언제든지 넥슨에 요청할 수 있습니다.

공식 출처: https://mabinogi.nexon.com/page/pds/font.asp
원본 파일: https://mabinogi.vod.nexoncdn.co.kr/font/Mabinogi_Classic_TTF.ttf
*/
@font-face {
  font-family: 'Mabinogi Classic';
  src: url('/bio/Mabinogi_Classic_TTF.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bio-font-stack:
    'Mabinogi Classic', 'Pretendard Variable', Pretendard, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --condensed: var(--bio-font-stack);
}

body {
  font-family: var(--bio-font-stack);
  font-synthesis-weight: none;
}

/* Close the poster grid on the two edges not reached by the repeated pattern. */
.project-media {
  border-right: 1px solid rgba(23, 23, 21, 0.055);
  border-bottom: 1px solid rgba(23, 23, 21, 0.055);
}
