/* Set default font for the whole page */
body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for hero text shadow for better readability */
.hero-title {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.hero-subtitle {
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}.relative.group {
}
