@charset "UTF-8";

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    color: #555;
}

/* 폼 요소들이 부모(body)의 폰트를 그대로 물려받게 설정 */
input, textarea, .ql-container, .ql-editor, .ql-editor * {
    font-family: inherit !important;
    font-size: 14px;
}

/* 플레이스홀더 폰트 설정 */
.choice-editor .ql-editor.ql-blank::before,
textarea::placeholder,
input::placeholder {
    font-style: normal !important;
    font-family: inherit !important;
    color: #adb5bd;
    opacity: 1;
}


/* 3. 제목 태그 굵기 재설정 */
h1 { font-weight: 800; }
h2 { font-weight: 700; }
h3 { font-weight: 600; }