:root {
    --primary-dark: #c2185b;
    --primary-light: #f06292;
    --color-highlight: #e91e63;
    --color-main: #142031;
    --text: #ffffff8c;
    --color-top: #B27E3D;
    --color-black: #252525;
    --text-secondary: #b0b0b0;
    --color-border: #444444;
    --card-bg: #2d2d2d;
    --svg-hover:
    invert(55%) sepia(7%) saturate(4312%) hue-rotate(328deg) brightness(106%) contrast(102%);
    --svg-white:
    invert(1);
    --font-size-base: 1.4rem;
    
    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #390;
    --yellow: #d39e00;
    --light: #f5f8fa;
    --blue: #0d6efd;
    --blue-light: #6098DE;
    --blue-black: #252984;
    --purple: #7145BE;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #4AAEAE;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #e1e1e1;
    --gray-bold: #969696;
    --shadow-primary: 0 4px 12px rgba(233, 30, 99, 0.3);
    
    --gradient-primary: linear-gradient(135deg, var(--color-highlight) 0%, var(--primary-light) 100%);
    --gradient-dark: linear-gradient(135deg, #1a1a1a 0%, var(--card-bg) 100%);
    
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}