body
{
    background-color: #000000;
    color: #FFFAFA;
}

h1, h2, h3, h4, h5, h6
{
    color: #ffffff;
}

h1:lang(en)
{
    font-family: 'Smooch Sans', sans-serif;
    font-weight: 700 !important;
}

h1:lang(ko)
{                             
    font-family: sans-serif;
    font-weight: 600 !important;
}

h1.overspell-title
{
    font-family: 'Nanum Myeongjo', serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 4rem;
    text-shadow:
        0 0 2px #ffffffa2, /* 얇은 흰색 외곽 */
        0 0 4px #ffffff81, /* 중간 glow */
        0 0 8px rgba(255, 255, 255, 0.329), /* 부드러운 glow */
        4px 4px 4px rgba(80, 0, 80, 0.8); /* 자주색 그림자 (Fate 느낌) */
}

h2,
.fw-bold
{
    font-family: 'Smooch Sans', sans-serif;
    font-weight: 800 !important;
}

h2:lang(ko)
{
    font-family: sans-serif;
    font-weight: 500 !important;
}

h3:lang(en)
{
    font-family: 'Smooch Sans', sans-serif;
    font-weight: 500 !important;
    font-size: 2rem;
}

h4:lang(en)
{
    font-family: 'Smooch Sans', sans-serif;
    font-weight: 600 !important;
    font-size: 2.1rem;
}

h5:lang(en)
{
    font-family: 'Smooch Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 2rem;
}

h5:lang(ko)
{
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
}

h5.overspell-subtitle
{
    font-family: 'HeirofLightBold', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.6rem;
    text-shadow:
        3px 3px 3px rgba(80, 0, 80, 0.6), /* 자주색 그림자 */
        0 0 4px rgba(255, 255, 255, 0.2); /* 약한 외곽 빛 */
}

h6,
.fw-medium
{
    font-weight: 600 !important;
}

h6:lang(ko)
{
    font-family: sans-serif;
    font-weight: 400 !important;
    font-size: 1rem;
    color: #FFFFFF;
}
