body {
    background-color: #151515;
    color: #e4e4e4
}

@font-face {
    font-family: 'HeirofLightBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/HeirofLightBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 빛의 계승자체 - 얇은 폰트(Regular) 불러오기 */
@font-face {
    font-family: 'HeirofLightRegular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/HeirofLightRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body h1, body h2 {
  font-family: 'HeirofLightRegular', "EB Garamond", serif;
  font-size: 32px;
  font-weight: 700;
  margin: 36px 0; 
  line-height: 180%;
}

p {
  /* 영문: 가라몬드 / 한글: 빛의 계승자 레귤러 */
  font-family: 'HeirofLightRegular', "EB Garamond" serif;
  font-size: 16px;
  margin: 0;
}

header {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: rgb(152, 152, 69);
}

header img {
    border-radius: 400px;
    border: 20px solid rgb(255, 255, 255);
    height: auto;
}

header h1 {
    font-size: 48px;
    color: #000;
}

main {
    max-width: 1280px;
    margin: 0;
    padding: 40px;
}

.full-width-image img {
  width: 100%;
  height: auto; 
  object-fit: cover; 
  display: block;
}

body a {
    color: rgb(152, 152, 69);
    text-decoration: underline;
}

a:hover {
    color: #BA301E;
}

footer {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 80px;
    background-color: rgb(152, 152, 69);
    color: #000;
}

footer a {
    color: #000;
    text-decoration: underline;
}

footer p {
    margin: 0;
}

p.caption {
    font-style: italic;
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    color: #999;
}

li {
    margin: 8px 0;
}