/* Smooth Page Load Transition */
body {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

body.angie-page-loaded {
    opacity: 1;
}
