/* Global styles */
html {
  scroll-behavior: smooth;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body {
  font-family: 'Nunito Sans', sans-serif !important;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Ensure font inheritance */
* {
  font-family: inherit;
}

/* Ensure proper heading sizes within sectioning elements */
section h1, article h1, aside h1, nav h1 {
  font-size: 2.5rem; /* Explicit font size for h1 within sectioning elements */
}
