
:root {
    --primary-color: #32ABBE;
    --accent-color: #F5811F;
    
    --primary-color-10: rgba(50, 171, 190, 0.1);
    --primary-color-rgb: 50, 171, 190;
    
    --accent-color-10: rgba(245, 129, 31, 0.1);
    --accent-color-rgb: 245, 129, 31;
}
