:root {
  /* LEONARD Brand Colors */
  --brand-primary: rgb(1, 184, 170);
  --brand-secondary: rgb(1, 106, 184);
  --brand-dark: #0f172a;

  /* Toast */
  --toast-bg: var(--brand-primary);
  --toast-text: #ffffff;
  --toast-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
