/* Custom styles to augment Tailwind */
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Gradient Text Utility */
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #cca43b, #f1c40f);
}
