/*
 * Color system.
 * Define your app's color palette here.
 * Reference: https://oklch.com/
 */
:root {
  --primary: #c0392b;
  --primary-hover: #a93226;
  --holiday-green: #27ae60;
  --snow-white: #f4f7f6;
}