@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.speaker-1 {
    border-left: 4px solid #3B82F6;
}

.speaker-2 {
    border-left: 4px solid #10B981;
}

.transcript-time {
    color: #6B7280;
    font-size: 0.75rem;
}

.analysis-score {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.25rem;
}