body {
    font-family: 'Inter', sans-serif;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.nav-link {
    color: #6f3be8;
}
.px2 {
    color: #6f3be8;
}

a.nav-link:hover {
    color: #5219d6;
}

.brand-logo {
    font-weight: 700;
}

.blog-content p{
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.625;
    font-style: normal;
}