.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' -25, 'opsz' 24;
}

.editorial-shadow {
    box-shadow: 0 12px 40px rgba(49, 49, 43, 0.06);
}

.signature-gradient {
    background: linear-gradient(135deg, #192029 0%, #2e353f 100%);
}

.medical-pattern {
    background-color: #fcf9f0;
    background-image: radial-gradient(#e5e2d9 0.5px, transparent 0.5px);
    background-size: 24px 24px;
}

.hero-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 120%;
    height: 120%;
    border: 1px solid #e5e2d9;
    border-radius: 50%;
    z-index: 0;
}
