/* colors.css */
:root {
    --btn-text-color: #fff;
    --btn-font-weight: 600;
    --teal: #6aab9c;
    --dark-green: #325434;
    --light-green: #8daf88;
    --orange: #c60027;
    --yellow: #f19f00;
    --light-yellow: #ffdfa5;
}
