﻿@font-face {
    font-family: 'PlayfairDisplay ExtraBold';
    font-display: swap;
    font-weight: 800;
    src: url('../fonts/PlayfairDisplay-ExtraBold.ttf');
}
@font-face {
    font-family: 'Inter SemiBold';
    font-display: swap;
    font-weight: 600;
    src: url('../fonts/Inter-SemiBold.ttf');
}

#b-circledLeaves27 {
    width: 186px;
    height: 200px;
    margin: 0 auto;
    background: url("../img/badge-circledLeaves27--theme-light.svg") no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
}
#b-circledLeaves27.b-circledLeaves27--2025 {
    background: url("../img/badge-circledLeaves27--theme-light2025.svg") no-repeat;
}
#b-circledLeaves27:hover {
    text-decoration: none;
}
#b-circledLeaves27 .b-circledLeaves27__title {
    font-family: 'PlayfairDisplay ExtraBold', serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #271F1F;
    text-transform: uppercase;
    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: #666666;
    margin: 0 35px;
}

#b-circledLeaves27.b-circledLeaves27--dark {
    background: url("../img/badge-circledLeaves27--theme-dark.svg") no-repeat;
}
#b-circledLeaves27.b-circledLeaves27--dark.b-circledLeaves27--2025 {
    background: url("../img/badge-circledLeaves27--theme-dark2025.svg") no-repeat;
}

#b-circledLeaves27.b-circledLeaves27--dark  .b-circledLeaves27__title{
    color: #fff;
}
#b-circledLeaves27.b-circledLeaves27--dark  .b-circledLeaves27__name{
    color: #C7C7C7;
}