:root {
    --primary-color: #111111;
    --primary-color-header: rgba(10, 10, 10, 0.95);
    --secondary-color: #1a1a1a;
    --text-color: #ffffff;
    --premium-color: #0874e4;
    --premium-color-hover: #0660c0;
    --premium-text: #ffffff;
    --grey: #2e2e2e;
    --grey-light: #3a3a3a;
    --green: #22c55e;
    --red: #ef4444;
    --drop-end: rgba(239, 68, 68, 0.92);
    --drop-new: rgba(20, 220, 180, 0.92);
    --drop-now: rgba(74, 222, 128, 0.92);
    --text-color-grey: rgba(160, 160, 160, 0.15);
    --card-bg: #1a1a1a;
    --border-radius-card: 14px;
    --transition-default: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}
