/*
Theme Name: GeneratePress Child
Template: generatepress
*/

.comments-area {
  display: none !important;
}

/* 페이지 로딩 및 전환 페이드 */
#fade-wrapper {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#fade-wrapper.active {
    opacity: 1;
}

body {
  background-color: #ffffff !important;
}

