@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

.bg-yellow-400 {
    background-color: #facc15;
}

.text-yellow-500 {
    color: #eab308;
}

.shadow-yellow-500\/30 {
    --tw-shadow-color: rgba(234, 179, 8, 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}
