:root {
    --brand-green: #43982c;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}

.custom-progress-container {
    height: 24px; 
    border-radius: 12px; 
    background-color: #f3f4f6; 
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); 
}

.custom-progress-bar {
    background-color: var(--brand-green) !important; 
    border-radius: 12px; 
}