@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Tiny5&display=swap');

:root{--backend-rounded-box: 1rem;--body-font-family: 'Outfit',sans-serif} body{font-family: var(--body-font-family);font-weight: 400} h1{color: #6B7280;font-weight: 400} h2{color: #6B7280;font-weight: 400} h3{color: #6B7280;font-weight: 400} h4,h5,h6{color: #6B7280;font-weight: 400} #navbar{background: #090909} #navbar .menu-item{font-weight: 400;color: #ffffff} @media (prefers-color-scheme: dark){#navbar .menu-item{color: #ffffff} } #sub-header{background: #0077ff} #sub-header .menu-item{font-weight: 400} .post-title{font-weight: 600;color: #4fa400} .platform-header .header-image img{max-width: 120px} .logo-image{max-height: 50px !important}