:root {
    --color-primary: #5ccbf9;
    --color-primary-dark: color-mix(in srgb, #5ccbf9 80%, black);
    --color-primary-light: color-mix(in srgb, #5ccbf9 80%, white);
    --popup-bg: #ffffff;
    --popup-title: #69a7fb;
    --popup-text: #000000;
    --popup-btn-bg: #c71f3a;
    --popup-btn-text: #ffffff;
    --popup-image-bg: linear-gradient(135deg, color-mix(in srgb, #69a7fb 15%, transparent), #ffffff);
}
