:root {
    --green: #004730;
    --green-rgb: 0, 71, 48;
    --green-active: #003824;
    --cream: #f5f1e9;
    --dark-green: #004730;
    --dark-green-active: #003824;
    --blue: #eae5db;
    --blue-active: #ded7c9;
    --blue-rgb: 234, 229, 219;
    --card-img-height-desktop: 160px;
    --card-img-height-mobile: 140px;
    --card-img-height-small: 130px;
    --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;
}
