@font-face {
    font-family: Arkipelago;
    src: url('../fonts/Arkipelago.ttf');
}

@font-face {
    font-family: HVD_Poster;
    src: url('../fonts/HVD_Poster.ttf');
}

@font-face {
    font-family: MAXWELL;
    src: url('../fonts/MAXWELL.ttf');
}

.nav-link{
    font-family: HVD_Poster, helvetica, sans-serif;
    font-size: larger;
}

.socials {
    font-size: 1.5rem;
    color: #801d20;
}

.justify-content-between {
    width: 100%;
}

.hello-msg {
    color: #aaa;
    font-family: MAXWELL, helvetica, sans-serif;
    letter-spacing: 1px;
}

.auth-link {
    text-align: right;
    font-family: MAXWELL, helvetica, sans-serif;
    letter-spacing: 1px;
}

.navbar_text {
    color: #f2c05a !important;
    font-weight: bold;
    text-decoration: none;
}

.bg-dark {
    background-color: #212529 !important;
}