/* ======================================================
   ATENO MAIN CSS

   Keep only global/base styles here:
   - body / html
   - typography
   - colors
   - buttons
   - sections
   - forms
   - footer basics

   Do NOT place carousel/hero/header animation code here.
====================================================== */

/* Example base */
html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
}

/* Add your global ATENO styles below */
