.loading-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:transparent;z-index:999}.spinner{width:44px;height:44px;border-radius:50%;border:4px solid #e6e6e6;border-top:4px solid #FF8C42;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,sans-serif;background-color:#fff;color:#111}:root{--header-height: 80px}section{scroll-margin-top:var(--header-height)}html{scroll-behavior:smooth}
