:root {
    --primary-blue: #162741;
    --text-on-blue: #FFFFFF;
    --font-title: 'Tiro Gurmukhi', serif;
    --font-subtitle: 'Playfair Display', serif;
    --font-body: 'Roboto', sans-serif;
}

/* Stile Editor di testo (Body Text) */
body {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px; /* Interlinea 23px */
    color: var(--primary-blue); /* Testo blu su sfondo bianco (default) */
}


.btn-success, .btn-warning, .btn-danger,
.btn-primary,
.btn-outline-secondary,
.bg-info, 
.alert-info, 
.bg-secondary, 
.badge.bg-secondary,
.btn-warning,
.btn-danger {
    --bs-btn-bg: var(--primary-blue) !important;
    --bs-btn-border-color: var(--primary-blue) !important;
    --bs-btn-color: var(--text-on-blue) !important;
    --bs-btn-hover-bg: #213c63 !important;
    --bs-btn-hover-border-color: #213c63 !important;
    --bs-btn-active-bg: #2c4a7c !important;
    --bs-btn-active-border-color: #2c4a7c !important;
    background-color: var(--primary-blue) !important;
    color: var(--text-on-blue) !important;
}

a, 
.text-primary, 
.text-secondary,
.text-muted,
.link-primary {
    color: var(--primary-blue) !important;
}

.card {
    color: var(--primary-blue) !important;
}

.person-image-container { 
    width: 150px; 
    height: 150px; 
    margin: 0 auto 20px; 
    border: 3px solid var(--primary-blue); 
    border-radius: 50%; 
    overflow: hidden; 
    flex-shrink: 0;
}
.person-image {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.full-name-header,
.parrocchia-name-header,
.ente-name-header,
.titolo-ente {
    font-family: var(--font-title) !important;
    font-size: 28px !important; 
    font-weight: 700 !important;
    color: var(--primary-blue) !important; 
    margin-bottom: 25px; 
    text-align: center;
}

.section-title,
.ente-sub-header {
    font-family: var(--font-subtitle) !important;
    font-size: 25px !important; 
    font-weight: 600 !important;
    color: var(--primary-blue) !important; 
    border-bottom: 2px solid var(--primary-blue); 
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.ente-sub-header {
    text-align: center;
}

.data-group { 
    margin-bottom: 20px; 
}
.data-item { 
    margin-bottom: 5px; 
    line-height: 1.4; 
}
.data-item strong { 
    min-width: 120px; 
    font-weight: 700;
} 
.dettaglio-list-group-item { 
    background-color: transparent !important; 
    border: none !important; 
    padding-left: 0 !important; 
} 
.contatti-label { 
    min-width: 100px !important;
    font-weight: bold;
} 
.orari-table th, .orari-table td { 
    font-size: 0.95em; 
    padding: 0.3rem 0.5rem; 
} 

.btn-link {
    color: var(--primary-blue) !important;
}

.contatti-label {
    margin-left: 10px; 
    margin-right: 5px; 
}
