@font-face {
    font-family: 'baekmuk-gulim';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BaekmukGulim.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

* {
    font-family: 'baekmuk-gulim', 'Gulim', 'Dotum', sans-serif !important;
}

html, body {
    margin: 40px;
    background-color: #F9F8FC;
    color: #2d2d2d;
    font-size: 14px;
}

body.post-page {
    background-color: #F9F8FC;
    max-width: 750px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'baekmuk-gulim', 'Gulim', sans-serif !important;
    font-weight: normal;
    letter-spacing: -1.5px;
}

a {
    color: #5c4b8a;
}

a:hover {
    color: #a04d4d;
}

.title-text {
    margin-bottom: 40px;
    letter-spacing: 0px;
}

.post-text {
    font-size: 11px;
    line-height: 2.2;
    margin-bottom: 24px;
    font-family: 'baekmuk-gulim', 'Gulim', sans-serif !important;
}

.main-content {
    text-align: center;
}

.main-content h1 img {
    display: inline-block;
    margin-bottom: 10px;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 25px auto;
    max-width: 750px;
}

.image-grid figure {
    margin: 0;
    text-align: center;
    flex: 1 1 200px;
    max-width: 500px;
}

.image-grid figure img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #d0c2b0;
    box-sizing: border-box;
}

.image-grid figure figcaption {
    font-size: 11px;
    color: #777;
    margin-top: 8px;
    line-height: 1.3;
}

.nav-links {
    margin-top: 70px;
    margin-bottom: 20px;
}

.nav-links p {
    margin: 8px 0;
}

.nav-links a {
    margin: 0 8px;
}

.bottom-text {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 0.8rem;
    opacity: 0.7;
    display: block;
}

@media (max-width: 600px) {
    .image-grid figure {
        max-width: 100%;
    }
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: auto;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}