:root {
  --font-heading-family: 'p22-mackinac-pro', serif !important;
  --font-body-family: 'avenir-lt-pro', sans-serif; !important;
  --font-heading-weight: 400;
  --font-body-weight: 400;
}
.announcement-bar__message{
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  font-style: var(--font-body-style)
}
