/* ============================================================
   EXEVIO · official colors
   The two ends of the wordmark gradient and the central rust,
   sampled from the master artwork.
   ============================================================ */

:root {
  --exevio-gradient-start: #824a42; /* Gradient Start · left end of the wordmark gradient (rust) */
  --exevio-rust: #a46054; /* Central Rust · the brand rust, averaged from the avatar background */
  --exevio-gradient-end: #04143a; /* Gradient End · right end of the wordmark gradient (deep navy) */

  --exevio-gradient: linear-gradient(90deg, #824a42 0%, #04143a 100%);
}
