/* Add any custom CSS here */
/* This file is linked in index.html */

/* Example: A simple animation */
/* @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 1s ease-in-out;
} */
