/* 다크모드 강제 적용 - 화이트모드 전환 기능 비활성화 */
:root {
    --bs-body-bg: #0d1117 !important;
    --bs-body-color: #e6edf3 !important;
}

body {
    background-color: #0d1117 !important;
    color: #e6edf3 !important;
}

/* 다크모드 스타일 강제 적용 */
.wrapper {
    background-color: #0d1117 !important;
}

/* 유튜브 영상 및 반응형 비디오 표시 - 아이폰 모바일 기기 검은색 화면 해결 */
.responsive-video {
    background-color: transparent !important;
}

.responsive-video iframe,
.responsive-video embed {
    background-color: transparent !important;
}

/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */