/* Default Theme - Light colors with blue accents */

:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --background-color: #ffffff;
    --text-color: #333333;
    --border-color: #e0e0e0;
    --hover-color: #f5f5f5;
    --card-background: #ffffff;
    --button-background: #ffffff;
    --muted-text: #666666;
    --label-text: #bbbbbb;
    --active-button-text: #ffffff;
    --verse-text: #777777;
    --subtitle-text: #666666;
}
