:root {
  --sunset-orange: #ff7b54;
  --sunset-pink: #ff6b9d;
  --ocean-blue: #4ecdc4;
  --sky-blue: #87ceeb;
  --meadow-green: #90ee90;
  --lavender: #dda0dd;
  --peach: #ffcba4;
  --coral: #ff7f7f;
  --golden-yellow: #ffd700;
  --warm-sand: #fff8f0;
  --text-dark: #2d3436;
  --shadow: 0 10px 30px rgba(255, 123, 84, 0.1);
  --shadow-hover: 0 20px 40px rgba(255, 123, 84, 0.15);
}
