@font-face {
    font-family: 'Gravesend Sans';
    src: url('../fonts/43399.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Gravesend Sans';
    src: url('../fonts/43400.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gravesend Sans';
    src: url('../fonts/43401.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
#main-header a.brand .name {
    font-family: 'Gravesend Sans', sans-serif;
    font-weight: bold;
}
#main-header a.brand .title {
    font-family: 'Gravesend Sans', sans-serif;
    font-weight: lighter;
}
#main-header .main-nav ul li {
    font-family: 'Gravesend Sans', sans-serif;
    font-weight: normal;
}
.legenda-destaque-home figcaption {
    margin-top: 15px;
    margin-bottom: 5px;
}
.legenda-destaque-home a:hover {
    color: #888;
    text-decoration: none;
}
.legenda-destaque-home video{
    max-width: 100%;
}
.social-links {
    margin-top: 25px;
    color: #B6B6B6;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.social-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.social-item svg {
    width: 22px;
    fill: #B6B6B6;
}
.social-item a {
    color: #B6B6B6;
    text-decoration: none;
}
.social-item a:hover {
    color: #888;
    text-decoration: none;
}
.projeto-details {
    color: #B6B6B6;
    font-size: 16px !important;
}
.projeto-details p {
    color: #B6B6B6;
    font-size: 16px !important;
    margin-bottom: 10px;
}
.projeto-video {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.projeto-video video {
    max-width: 100%;
}
