:root{--primary-color:#7588E7;--hover-color:#EBE8E8;--text-color:#000000;--background-color:#FFFFFF}@font-face{font-family:inconsolata;src:url(/fonts/Inconsolata-VariableFont.ttf)}@font-face{font-family:outfit;src:url(/fonts/Outfit-VariableFont_wght.ttf)}body{margin:0;font-family:sans-serif;color:var(--text-color);background-color:var(--background-color)}body.hidden{visibility:hidden}a,a:visited{text-decoration:none;color:inherit}img{max-width:100%;max-height:100%}.navbar{position:sticky;top:0;z-index:100;background-color:var(--primary-color);display:flex;align-items:center;justify-content:space-between;max-width:100%;height:56px;box-sizing:border-box;padding-left:3%;padding-right:3%}.nav-title{font-family:inconsolata;font-size:40px;color:#000;text-wrap:nowrap}.nav-icon-list{list-style:none;display:flex;justify-content:space-around;align-items:center;gap:20px;padding-top:20px;padding-bottom:20px}.nav-icon{cursor:pointer;width:30px;height:30px}.home-content{max-width:125ch;margin:auto}.hero-section{display:flex;gap:5ch;align-items:center;margin-top:5vh;margin-bottom:5vh}.hero-image{flex:1;display:flex;overflow:hidden;border-radius:28%}.hero-image::before{content:'';display:block;padding-top:100%}.hero-image img{object-fit:cover}.hero-content{flex:2}.hero-content h1{font-family:outfit;font-size:2rem;font-weight:600}.hero-content p{font-family:outfit;font-size:1.5rem;text-align:justify}.post-card-list-heading{font-family:outfit;font-size:40px;font-weight:400;margin-bottom:10px;padding-left:3%}.post-card-list-divider{height:3px;background-color:var(--primary-color);margin-bottom:3vh}.post-card{font-family:outfit;display:block;max-width:90ch;margin:auto;padding-top:1.5vh;padding-bottom:1.5vh;padding-left:5%;padding-right:5%;transition:background-color linear .2s}.post-card:hover{background-color:var(--hover-color)}.post-card-heading{font-size:35px;font-weight:500;margin-top:0;margin-bottom:0}.post-card-info{font-size:17px;font-weight:400;opacity:70%;margin-top:0;margin-bottom:1vh}.post-card-dot{font-weight:900;margin-left:5px;margin-right:5px}.post-card p{font-size:20}.post{font-family:outfit;max-width:75ch;margin:auto;margin-top:3vh;padding-left:5%;padding-right:5%}.post-header{max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.post-header-divider{background-color:var(--primary-color);width:100vw;height:3px}.post-header-content{width:100%}.post-header-heading{font-size:50px;font-weight:500;margin-top:1vh;margin-bottom:0}.post-header-info{font-size:17px;font-weight:400;opacity:70%;margin-top:0;margin-bottom:1vh}.post-content{margin-top:3vh;font-size:20px}.post-content h1{font-size:40px;font-weight:400;padding-bottom:3px;border-bottom:3px solid var(--primary-color)}.post-content h2,h3,h4,h5,h6{font-size:30px;font-weight:300}.post-content p{text-align:justify}.post-content img{display:block;margin-left:auto;margin-right:auto;border-radius:20px;max-width:100%;max-height:60vh}.post-content .dev-notes-canvas{border-radius:20px;max-width:100%;max-height:50vh}.math-block{display:grid;grid-template-columns:1fr auto 1fr;overflow-x:auto}.math-block>*{margin-top:1ch;margin-bottom:1ch;grid-column-start:2;grid-column-end:2;text-align:left;overflow-x:visible;overflow-y:clip}.hidden-math{overflow-y:hidden;height:0;opacity:0%;margin-top:0;margin-bottom:0;transition:height .5s ease,opacity .4s ease,margin .5s ease}.hidden-math-button{color:var(--base-text-color);text-align:left;display:flex;gap:16px}.hidden-math-button:hover{cursor:pointer}.hidden-math-arrow{font-size:1rem;display:block;transition:rotate .2s linear}.hidden-math-text{opacity:50%}.pressed .hidden-math-arrow{rotate:90deg}@media only screen and (max-width:1000px){.hero-section{flex-direction:column;margin-left:10%;margin-right:10%;gap:0}.hero-image{width:50%}.hero-content p{font-size:1.2rem}.math-block{box-sizing:border-box;border:1px solid;border-radius:15px;border-color:var(--text-color);padding-left:10px;padding-right:10px}}