@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');

body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #f8fafc;
}

.cocoforia-input-container {
    border-radius: 4px;
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background-color: transparent;
}

.preview-text {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 0px;
    border: 0px;
    background: transparent;
    color: inherit;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    white-space: pre-wrap; 
    word-break: break-all;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    overflow-y: auto;
}

.tab-active {
    border-bottom: 2px solid #3b82f6;
    color: #2563eb;
    font-weight: 500;
}

.tab-inactive {
    color: #64748b;
}

.tab-inactive:hover {
    color: #334155;
}