:root {
  --primary: #f1785d; /* Padparadscha core — peachy coral */
  --secondary: #fff7f3; /* Delicate blush white */
  --redcolor: #c94b45; /* Soft but bold rose red for alerts */

  --main-background: linear-gradient(
    0deg,
    rgba(255, 236, 229, 1) 0%,    /* Gentle peach cream */
    rgba(241, 120, 93, 1) 63%,    /* Warm coral-orange */
    rgba(255, 105, 97, 1) 100%    /* Radiant sunset red-pink */
  );

  --secodary-background: #ffe8e0; /* Muted peach-pink */
  --third-background: #f7b79d;    /* Sandy rose */
  --fourth-background: rgba(241, 120, 93, 0.3); /* Coral glow overlay */

  --nav-background: linear-gradient(
    0deg,
    rgba(241, 120, 93, 1) 0%,
    rgba(255, 236, 229, 1) 100%
  );

  --background-footer: #f1a68e;       /* Warm footer tone */
  --runingtext-background: #f1785d;   /* Vibrant banner accent */
  --rtp-background: #ffe6df;          /* Soft pastel highlight */

  --background: #fffaf8;              /* Clean light base */
  --secondary-background: #fff1eb;
  --mobile-background: #fffaf8;

  --color: #42261f;                   /* Dark muted sienna for text */
  --third: #f4c9b6;                   /* Soft golden peach */
  --footer-color: #eeb8a7;            /* Blushed footer text */

  --primary-gradient: linear-gradient(to top, #f1785d, #ffc6b0);
  --gold-gradient: linear-gradient(
    to right,
    rgba(255, 178, 141, 0) 0%,
    rgba(255, 178, 141, 0.4) 25%,
    rgba(255, 178, 141, 0.9) 50%,
    rgba(255, 178, 141, 0.4) 75%,
    rgba(255, 178, 141, 0) 100%
  );

  --badge: #ff8855;                   /* Punchy papaya orange */
  --item-background: #ffe0d9;
  --secondary-item-background: #ffc6b0;
  --item-background-hover: #f9a58a;

  --danger: #c94b45;
  --success: #a8d5ba; /* Soft sage green to complement warmth */
}
