/* Custom shadows and smooth scrolling for our single page theme */
html {
    scroll-behavior: smooth;
}

.shadow-soft { 
    box-shadow: 0px 4px 20px rgba(74, 74, 74, 0.08); 
}

.shadow-hover { 
    box-shadow: 0px 8px 30px rgba(74, 74, 74, 0.12); 
}