:root {
    /* Deep Sea Velocity Palette (Electric Blue & Navy) */
    --primary-color-1: #00d2ff;
    /* Sky Electric Blue */
    --primary-color-1-rgb: 0, 210, 255;

    --primary-color-2: #004cff;
    /* Vivid Blue */
    --primary-color-2-rgb: 0, 76, 255;

    --primary-color-3: #001233;
    /* Deep Night Blue */
    --primary-color-3-rgb: 0, 18, 51;

    --accent-color: #00ffcc;
    /* Aquamarine accent */
    --accent-color-rgb: 0, 255, 204;

    --secondary-color: #93c5fd;
    /* Soft Blue */

    --dark-bg: #000814;
    --darker-bg: #00040a;

    --text-primary: #ffffff;
    --text-secondary: #94a3b8;

    --card-bg: rgba(0, 210, 255, 0.05);
    --border-color: rgba(0, 210, 255, 0.2);
}