/* Typography only: Futura Book and tracking from hotelcostes.com.
   Praxis storefront with black typography and one consistent main menu. */
@font-face {
  font-family: 'Costes Futura Book';
  src: url('/shop-assets/futura-book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root, body, .store-root,
.store-root .store-suisse,
.store-root .store-pill,
.store-root .store-pill-filled {
  font-family: 'Costes Futura Book', 'Century Gothic', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.store-root {
  --font-suisse: 'Costes Futura Book';
  --font-assistant: 'Costes Futura Book';
  letter-spacing: .2em;
}
.store-root .store-pill,
.store-root .store-pill-filled {
  letter-spacing: .1em;
  text-transform: uppercase;
}
.store-root header > div,
.store-root main .group > span:first-of-type,
.store-root footer {
  letter-spacing: .2em;
  text-transform: uppercase;
}
.store-root main .group > span:last-of-type {
  letter-spacing: .1em;
}

/* Shared monochrome navigation. */
.store-root {
  --store-blue: #000;
  --store-ink: #000;
  --store-body: #000;
  --store-muted: #000;
  --store-price-gray: #000;
  color: #000;
}
.store-root header nav {
  gap: 24px;
}
.store-root .store-pill,
.store-root .store-pill-filled {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  transition: none;
}
.store-root .store-pill:hover,
.store-root .store-pill--active,
.store-root .store-pill-filled:hover {
  background: transparent;
  color: #000;
  text-decoration: underline;
  opacity: 1;
}
.store-root a:focus-visible,
.store-root button:focus-visible {
  outline: 1px solid #000;
  outline-offset: 5px;
}
.store-root main > div {
  display: block;
}
.store-root main > div > ul {
  width: 100%;
}
.store-root .group:hover > span {
  opacity: 1;
}
.store-root .store-magazine-checkout {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
@media (max-width: 480px) {
  .store-root header nav {
    gap: 12px 18px;
  }
}
