:root {
    /* 🔵 Blue Shade 1 – Deep Blue */
    --primary-color: #14435B;
    --primary-color-rgb: 20, 67, 91;

    /* 🟡 Golden Shade 1 – Rich Gold */
    --secondary-color: #BC8840;
    --secondary-color-rgb: 188, 136, 64;

    /* 🔵 Blue Shade 2 – Soft / Accent Blue */
    --tertiary-color: #4F8FB8;
    --tertiary-color-rgb: 79, 143, 184;
}
