:root {
    --color-primary: #3f51b5;
    --color-secondary: #1a237e;
    --color-text: #ffffff;
    --color-icon: #e0e0e0;
    --color-site-button: #4f46e5;
    --site-button-url: 'https://t.ly/bycrt';
    --logo-image-url: 'https://shortlyct.com/storage/logos/logo_1753130610.png';
    --background-image-url: 'https://shortlyct.com/storage/backgrounds/bg_1753130286.jpg';
    --favicon-url: 'https://shortlyct.com/storage/favicon.ico';
    --use-bg-image: true;
    --color-bg-start: #00ff7f;
    --color-bg-end: #1e88e5;
    --color-gradient-direction: to right;
    --color-background: linear-gradient(var(--color-gradient-direction), var(--color-bg-start), var(--color-bg-end));
    --color-card-opacity: 0.8;
    --color-primary-rgb: 63, 81, 181;
    --color-secondary-rgb: 26, 35, 126;
    --color-text-rgb: 255, 255, 255;
    --color-bg-start-rgb: 0, 255, 127;
    --color-bg-end-rgb: 30, 136, 229;
    --color-icon-rgb: 224, 224, 224;
    --color-site-button-rgb: 79, 70, 229;
}
