@import url('https://fonts.bunny.net/css?family=instrument-sans:400,500,600');

.text-shadow-lg {
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

html {
  scroll-behavior: smooth;
}

/* Ensure body and all text in header/nav use Instrument Sans */
body, header, nav, header a, header button, header span {
  font-family: 'Instrument Sans', system-ui, -apple-system, sans-serif;
}
