/* ========================================
   YAKSHARAT - Main Styles (Base Reset & Utilities)
   ======================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; font-size: 13px; color: #333; overflow-x: hidden; background: #fff; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
