:root{--nav-font:var(--font-marcellus)}body,p{font-family:var(--font-open-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-marcellus)}.navbar{font-family:var(--nav-font)}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#fff}.spinner{width:50px;height:50px;border:6px solid #e0e0e0;border-top-color:#ff9800;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}