@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";:root{--font-family-base: "Poppins", sans-serif}*{box-sizing:border-box}html,#root{background:#fbfbfb}body{margin:0;font-family:var(--font-family-base);color:#1f1c2b}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 30px;height:65px;background-color:#fbfbfb;border-bottom:2px solid #e6e6e6}.header-logo{height:50px;width:auto;object-fit:contain}.list-app-item{display:flex;justify-content:space-between;align-items:center;padding:30px 20px;background:#fff;border-radius:8px;margin-bottom:16px;border:1px solid #e9e9e9}.app-button{background-color:#1f1c2b;border-color:#1f1c2b;display:flex;align-items:center;box-shadow:none;gap:16px;padding:20px 25px;font-size:12px}
