/* Custom styles for Bolnica Dr. Kozomara */

/* Signature Font Styling */
.signature-font {
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    line-height: 1.2;
}

/* Rich Editor Content Styling */
.prose h2 {
    font-size: 1.875rem; /* 30px */
    font-weight: 700;
    color: var(--heading-color, #11516A);
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.prose h3 {
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    color: var(--heading-color, #11516A);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.prose h4 {
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    color: var(--heading-color, #11516A);
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.prose p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.prose ul, .prose ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.prose ul li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
}

.prose ol li {
    list-style-type: decimal;
    margin-bottom: 0.5rem;
}

.prose strong {
    font-weight: 600;
    color: var(--heading-color, #11516A);
}

.prose a {
    color: var(--primary, #1DA8A3);
    text-decoration: underline;
}

.prose a:hover {
    color: var(--primarydark, #189f9a);
}

/* Additional custom styles can be added here as needed */

/*html[data-theme-color="skin-8"] {*/
/*    --primary: #1DA8A3;*/
/*    --primarydark: #189f9a;*/
/*    --primary-rgb: 29, 168, 163;*/

/*    --primarylight: #C3D3D9;*/
/*    --body-color: #566593;*/
/*    --body-bg: #FFFFFF;*/
/*    --heading-color: #11516A;*/
/*    --secondary: #11516A;*/
/*    --secondarydark: #05425a;*/
/*    --secondary-rgb: 17, 81, 106;*/
/*    --light: #EDF6F6;*/
/*}*/

