@font-face {
  font-family: 'neue-haas-unica';
  src: url('/cms/assets/ahrends-base/fonts/NeueHaas-Unica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-neue-haas-unica,
body {
  font-family: 'neue-haas-unica', -apple-system, BlinkMacSystemFont, sans-serif;
}

@font-face {
  font-family: 'neue-power';
  src: url('/cms/assets/ahrends-base/fonts/NeuePower-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-neue-power,
h1, h2, h3, h4, h5, h6 {
  font-family: 'neue-power', -apple-system, BlinkMacSystemFont, sans-serif;
}

b, strong {
  font-weight: 600;
}
