.notion-topbar, .notion-topbar-mobile, div[data-testid="notion-topbar"] { display: none !important; }
.notion-scroller > div:first-child > div:first-child > div:last-child { display: none !important; }
div.notion-overlay-container [data-testid="overlay-desktop"] { display: none !important; }
.notion-banner-wrapper, .pseudoSelection { display: none !important; }
div[style*="position: fixed"][style*="bottom: 0"][style*="right: 0"] { display: none !important; }
div[style*="position: fixed"][style*="z-index: 99"] { display: none !important; }
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body, .notion-app-inner { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important; }
.notion-page-content, .notion-scroller > div:first-child { max-width: 900px !important; margin: 0 auto !important; padding: 0 2rem !important; }
.notion-topbar-share-menu, .notion-topbar-more-button { display: none !important; }
.notion-frame { padding: 0 !important; }
.notion-cursor-listener { max-width: 100% !important; }