/* 일욜밤 북톡방 공지문 자동생성기 - 커스텀 스타일 */

#output-code {
  font-family: 'Consolas', 'Menlo', 'Malgun Gothic', monospace;
  line-height: 1.6;
}

input[type="range"] {
  accent-color: #4f46e5;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
