﻿/* =============================================
   ShuoKuro - Main Stylesheet
   =============================================

   File Structure:
   base.css        -> Variables, Reset, Typography, Scrollbar
   animations.css  -> All @keyframes
   effects.css     -> Cursor Glow, Noise, Reveal Animations
   nav.css         -> Header, Logo, Nav Links, Mobile Toggle
   hero.css        -> Hero Orbs, Grid BG, Badge, Scroll
   components.css  -> Buttons, Section Headers, Tags
   sections.css    -> About, Projects (Cards), Contact
   footer.css      -> Footer
   responsive.css  -> Mobile & Tablet Breakpoints

   ============================================= */

@import url('base.css');
@import url('animations.css');
@import url('effects.css');
@import url('nav.css');
@import url('hero.css');
@import url('components.css');
@import url('sections.css');
@import url('footer.css');
@import url('responsive.css');
