
Center Console Glasses Tray for Tesla Model Y Juniper & Model 3 Highland
/* === Tesla Glasses Tray Styling (Sleek Black, White, Gray Theme) === */ :root { /* Color palette for a modern, minimalist black, white, and gray aesthetic */ --primary-bg: #F8F8F8; /* Light background, almost white */ --secondary-bg: #FFFFFF; /* Pure white for main sections */ --tertiary-bg: #EAEAEA; /* Light gray for cards/elements */ --accent-color-dark: #333333; /* Dark gray for strong accents */ --accent-color-light: #BBBBBB; /* Lighter gray for subtle accents/borders */ --heading-color: #222222; /* Darker gray for headings */ --body-text-color: #555555; /* Medium gray for body text */ --light-text-color: #888888; /* Lighter gray for descriptive text */ --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; --box-shadow-light: 0 2px 10px rgba(0, 0, 0, 0.05);