:root {

  --ghm-primary: #ff8000;
  --ghm-secondary: #0052B4;
  --ghm-third: #8ae59c;
  --ghm-primary-transparent: #ff800022;
  --gray: #999;
  --gray-transparent: #9994;

  --axess-primary: #ff8034;
  --momentus-primary: #4146e0;
  --momentus-secondary: #b166e3;

  --primary-color: var(--ghm-primary);
  --primary-color-text: var(--white);

  --card-border-radius: 0.3rem;
  --event-logo-height: 160px;

  --blue: var(--ghm-secondary);
  --white: #ffffff;

}