@layer components {
    .stat-item {
        & .stat-item__value {
            display: block;
            font-family: var(--font-serif);
            font-size: 3rem;
            font-weight: bold;
            color: var(--color-secondary);
        }

        & .stat-item__label {
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.8rem;
        }
    }
}
