:root {
    --primary-color: #c62828;
    --secondary-color: #fdd835;
    --background-light: #fff;
    --background-dark: #121212;
    --text-light: #111;
    --text-dark: #f5f5f5;
  
    --brand-font: 'Poppins', sans-serif;
    --base-font-size: 16px;
  
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
  
    --transition: 0.3s ease;
    --radius: 6px;
  }
  