/* Custom Styles */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Optional: Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Override or additional utilities */
.text-xxs {
    font-size: 0.65rem;
}
