/* Global Styles */
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.02em;
}

.logo-font {
    font-family: 'Playfair Display', serif;
}

.handwriting {
    font-family: 'Caveat', cursive;
}

.gradient-text {
    background: linear-gradient(to right, #7e22ce, #a78bfa, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24rem;
    background: linear-gradient(to bottom, rgba(88, 28, 135, 0.3), transparent);
    pointer-events: none;
    z-index: 0;
}

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