@font-face {
    font-family: 'PlayfairDisplay ExtraBold';
    font-display: swap;
    font-weight: 800;
    src: url('../fonts/PlayfairDisplay-ExtraBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter SemiBold';
    font-display: swap;
    font-weight: 600;
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
}

#b-circledLeaves27 {
    width: 186px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    background: url("../images/badge-circledLeaves27--theme-dark2025.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

#b-circledLeaves27 .b-circledLeaves27__title {
    font-family: 'PlayfairDisplay ExtraBold', serif;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 33px;
}

#b-circledLeaves27 .b-circledLeaves27__separator {
    display: block;
    width: 20px;
    height: 1px;
    background: #884500;
}

#b-circledLeaves27 .b-circledLeaves27__name{
    font-family: 'Inter SemiBold', sans-serif;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #C7C7C7;
    margin: 0 35px;
}