:root{--clr-bg-dark-1:rgb(21, 19, 19);--clr-primary:rgb(40, 40, 40);--clr-secondary:rgb(100, 100, 100)}.main-container{display:flex;flex-direction:column;gap:4.5em;line-height:1.5rem;margin-bottom:3em}.reading-container{width:60%;margin:0 auto}.title-container{transition:all 300ms;padding:2.5em 0;background-color:var(--clr-bg-dark-1)}.body-wrapper:has(.header--sticky) .title-container{margin-top:auto}.page-title{font-family:"Gilroy-700",'Montserrat','Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;text-align:start;font-size:50px;line-height:48px;color:#fff;font-weight:700;text-align:center}.post-cards{display:flex;gap:2em;flex-direction:column;width:80%;margin:0 auto}@media screen and (max-width:1200px){.post-cards{width:100%}}@media screen and (max-width:768px){.content-body p{font-size:16px;line-height:24px}}