@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Ole&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--background-color:#f8fafc;--card-bg-color:#f1f5f9;--nav-bar-color:rgb(248 250 252/95%);--post-card-bg:#f1f5f9;--text-color-white:#0f172a;--text-secondary:#0ea5e9;--button-bg-color:#0ea5e9;--button-bg-color-hover:#0284c7;--button-color:#fff;--text-tetiary:#64748b;--border:#e2e8f0;--line-opacity:0.2;--text-highlight:#f59e0b}.dark{--background-color:#0f172a;--card-bg-color:#1e293b;--nav-bar-color:rgb(15 23 42/95%);--post-card-bg:#1e293b;--text-color-white:#f8fafc;--text-secondary:#38bdf8;--button-bg-color:#0ea5e9;--button-bg-color-hover:#0284c7;--button-color:#fff;--text-tetiary:#94a3b8;--border:#334155;--line-opacity:0.15;--text-highlight:#fbbf24}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--background-color);color:var(--text-color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-container{width:100%;max-width:1500px;min-height:calc(100vh - 70px);margin:0 auto;padding:6rem 1rem;display:flex;flex-direction:column}:focus-visible{outline:2px solid var(--text-secondary);outline-offset:2px}::selection{background:var(--text-secondary);color:#fff}.main-container,body{transition:background-color .2s ease,color .2s ease}@media (max-width:768px){.main-container{padding:8rem 1rem}}