/* theme.css */
:root {
  --logo-blue: rgb(36, 70, 115);  /* your logo blue */
  --logo-red: rgba(252, 102, 31);   /* your logo red */

  /* Optional: other theme colors */
  --primary-color: var(--logo-blue);
  --secondary-color: var(--logo-red);
}
