html {
    scroll-behavior: smooth;
}

body {
    font-family: "Jost", serif;
}

header {
    background-color: #171010;
    position: fixed;
    z-index: 99;
}

.nav-link:hover {
    border-color: #FDF103!important;
}

.menu-active {
    border-bottom-width: 2px;
    padding-bottom: 0.25rem;
    border-color: #FDF103!important;
}

.text-custom-blue {
    color: #733B9B;
}

.text-custom-yellow {
    color: #FDF103;
}

.text-custom-black {
    color: #171010
}

.text-custom-purple {
    color: #733B9B;
}

.profile-button {
    background-color: #FDF103;
    color: #733B9B;
}

.profile-button:hover, .read-more-btn:hover {
    background-color: #C79E3B;
}

.border-custom-yellow {
    border-color: #FDF103;
}

.border-custom-purple {
    border-color: #733B9B;
}

.bg-custom-yellow {
    background-color: #FDF103;
}

.bg-custom-transparent {
    background-color: transparent;
}

.bg-custom-purple {
    background-color: #733B9B;
}

footer {
    background-color: #FFF;
}
