@font-face {
    font-family: 'Subscribe';
    src: url('/assets/bfh/fonts/subscribe.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TrailerTT';
    src: url('/assets/bfh/fonts/TrailerTT.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

html {
}

body {

}

.font-tt {
    font-family: TrailerTT, sans-serif;
}

.font-subscribe {
    font-family: Subscribe, sans-serif;
}

.huddle-logo img {
    max-height: 50px;
    border-radius: 50%;
}

.huddle-logo span {
    font-weight: 600;
}

.navbar-other i {
    font-size: 22px;
    color: #555;
}

.navbar-other li {
    margin-left: .8rem;
}

.swiper-slide img {
    border: 1px solid #efefef;
}

.btn-circle i {
    font-size: 32px;
}

.page-footer .footer-container {
    display: flex;
    justify-content: space-between;
}

.page-footer .footer-name {
    display: flex;
    align-items: center;
}

.page-footer .footer-name img{
    max-width: 40px;
    border-radius: 50%;
}

.page-footer .pfp-name {
    margin-left: 10px;
    line-height: 14px;
}

.page-footer .footer-right {
    justify-content: flex-end;
    line-height: 14px;
}

figcaption {
    color: #aaa;
}