:root {
    /* Colors */
    --green: #8DAD6E;
    --green-active: #7A9456;
    --cream: #fff;
    --dark-green: #243018;
    --dark-green-active: #243118;
    --blue: #d1e0e1;
    --blue-active: #bacdce;
    --blue-rgb: 209, 224, 225;

    /* Sizing */
    --card-img-height-desktop: 160px;
    --card-img-height-mobile: 140px;
    --card-img-height-small: 130px;

    /* Typography */
    --font-size-normal: 0.95rem;
    --font-size-small: 0.9rem;
    --font-size-smaller: 0.85rem;
    --line-height-normal: 1.4;
    --line-height-small: 1.3;
    --line-height-smaller: 1.2;

    /* Цвет кнопок */
    --border-radius-button: 16px;
}