body {
  margin: 0;
}

@font-face {
  font-family: 'DIN Next LT Pro';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/DINNextLTPro-MediumCond.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/SweetSansProRegular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/SweetSansProMedium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/SweetSansProBold.woff') format('woff');
  font-display: swap;
}

[data-reach-popover] {
  z-index: 99999;
}
