/* Header logo styling */
div.logo {
    /* Define initial font size and weight */
    font-size: 20px;
    font-weight: bold;

    /* Allow editing of font size and weight */
    font-size: var(--logo-font-size, 20px);
    font-weight: var(--logo-font-weight, bold);

    /* Additional styles can be added here as needed */
}
