/* Custom styles for Benson Tattoo */
body {
    font-family: 'Space Grotesk', sans-serif;
}

h1, h2, h3, h4, .font-display {
    font-family: 'Syne', sans-serif;
}

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

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #F7F5EB;
}
::-webkit-scrollbar-thumb {
    background: #064E3B;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
    background: #059669;
}

/* Utility for bold text adjustments */
.font-display {
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
