/* public/website/assets/css/components/voices.css */

.voice-burke-sagan .main-content {
    /* Example: A more formal, classic serif font for body text */
    font-family: 'Merriweather', serif;
}

.voice-burke-sagan h1, .voice-burke-sagan h2, .voice-burke-sagan h3 {
    /* Example: A slightly more stylized header font */
    font-family: 'Playfair Display', serif; 
}

.voice-feynman .main-content {
    /* Example: A clean, modern sans-serif that feels approachable */
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
}

.voice-feynman .callout {
    /* Example: Make Feynman's callouts feel more like a whiteboard sketch */
    border-style: dashed;
    background-color: #fffbe6;
    border-color: #fcd34d;
}

.voice-default {
    /* Standard site styles apply */
}
