:root {
    --tc-linear-1: linear-gradient(90deg, var(--tc-color-primary) 0%, var(--tc-color-secondary) 100%);
}

.logo {
    img { width: 60px; max-width: 60px !important; }
}

.blog-content {
    h1 { display: none; }

    h2 {
        margin-bottom: 20px;
        margin-top: 20px;
        color: #e64284;
    }

    h3 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 160%;
    }

    ul { margin: 0; }
}


.navbar-brand {
    .text-linear {
        font-family: var(--tc-heading-font-family);
        font-size: 33px !important;
        background: var(--tc-linear-1);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.f-g {
    font-family: var(--tc-heading-font-family);
}

.btn-scroll-top:after {
    position: absolute;
    content: "";
    text-align: center;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.2s linear;
}