body {
  font-family: 'Manrope', system-ui, sans-serif;
}

.islamic-bg::before {
    content: '';
    position: absolute;
    inset: 0;

    background: url('/assets/img/bg.webp') no-repeat center -160px;
    background-size: 100% auto;

    pointer-events: none;
}

@media (max-width: 768px) {
    .islamic-bg::before {
        background-size: contain;
        background-position: center top;
    }
}

.biodata-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-sm {
    font-size: 1rem !important;
    line-height:1.7 !important;
}


.my-text-sm {
    font-size: 0.92rem;   /* 14px */
    line-height: 1.25rem;  /* 20px */
}


.hadith-ref {
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    color: #6d28d9;
    letter-spacing: 0;
}