:root {
    --primary-teal: #00aa87; /* Brand Green */
    --brand-charcoal: #283c50; /* Brand Dark Grey/Blue */
    --text-common: #334155;
    --text-slate: #64748b;
    --bg-white: #ffffff;
    --bg-offwhite: #f8fafc;
    --accent-glow: rgba(0, 170, 135, 0.15);
    --border-light: #e2e8f0;
    --gray: #cbd5e1;
}