:root {
    --color-primary: #b19b0b;
    --color-secondary: #b19b0b;
    --color-text: #ffffff;
    --color-icon: #e0e0e0;
    --color-site-button: #fff198;
    --site-button-url: 'https://t.ly/bycrt';
    --logo-image-url: 'https://shortlycrt.com/storage/logos/logo_1753130610.png';
    --background-image-url: 'https://shortlycrt.com/storage/backgrounds/bg_1753130286.jpg';
    --favicon-url: 'https://shortlycrt.com/storage/favicon.ico';
    --use-bg-image: true;
    --color-bg-start: #00ff7f;
    --color-bg-end: #0e0d0c;
    --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: 177, 155, 11;
    --color-secondary-rgb: 177, 155, 11;
    --color-text-rgb: 255, 255, 255;
    --color-bg-start-rgb: 0, 255, 127;
    --color-bg-end-rgb: 14, 13, 12;
    --color-icon-rgb: 224, 224, 224;
    --color-site-button-rgb: 255, 241, 152;
}
