:root {
  --newsletter-subscription-primary-color: #e8be29;
  --newsletter-subscription-secondary-color: #fff;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('/xi/fonts/MyriadPro-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src:  url('/xi/fonts/MyriadPro-Regular.otf')  format('opentype'), url('/xi/fonts/MyriadPro-Regular.ttf') format('truetype'), url('/xi/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'MyriadPro-Regular', Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
	margin: 0;
	line-height: 1.25;
	color: #333;
  background-color: #000;
}
