:root {
    /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --color-primary: #E91E63;       /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --color-primary-hover: #C2185B;
    --color-primary-light: #FCE4EC;
    
    /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --color-premium: #00C853;       /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --color-error: #D50000;
    --color-warning: #FFAB00;

    /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --color-text-main: #111111;
    --color-text-secondary: #757575;
    --color-bg-body: #F2F4F7; /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --color-bg-input: #FFFFFF;
    --color-border: #E0E0E0;

    /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --header-height: 70px;
    --nav-height: 60px;
    --border-radius-md: 12px;
    --border-radius-pill: 50px;
    
    /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05); /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --shadow-float: 0 8px 24px rgba(0,0,0,0.12);
    
    /* It is owned by QuickSpark.club. Copying of the technology is prohibited. */
    --z-header: 1000;
    --z-modal: 2000;
}