/* styles.css */

/* Ensure Cormorant Infant is properly applied globally */
body {
    font-family: 'Cormorant Infant', serif;
}
a{
    text-decoration: none;
}
/* Additional custom styles if needed */
