:root{--Main-BackGround:#4e342e}@font-face{font-family:Amiri;src:url(/fonts/Amiri/Amiri-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Amiri;src:url(/fonts/Amiri/Amiri-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Amiri;src:url(/fonts/Amiri/Amiri-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Amiri;src:url(/fonts/Amiri/Amiri-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}body,html{font-family:Amiri,serif!important}body{width:100vw;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f0efef}::-webkit-scrollbar-thumb{background:#4e342e;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#261916}.hr{border-bottom:1px solid var(--Main-BackGround);margin:15px}div,h1,h2,h3,h4,h5,h6,p,span,strong{font-family:Amiri,serif!important}.spinner-container{display:flex;justify-content:center;align-items:center;height:50vh}.spinner{border:8px solid #f3f3f3;border-top-color:#4e342e;border-radius:50%;width:80px;height:80px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}