/* ============================================================
   Adana theme - global overrides
   - strict, uniform word spacing (item 4)
   - videos autoplay-aligned inside the grid (item 7)
   ============================================================ */

@font-face {
  font-family: "BW Glenn Sans";
  src: url("../fonts/Bw-Glenn-Collection-DEMO/Bw-Glenn-Sans-DEMO/BwGlennSansDEMO-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "BW Glenn Sans";
  src: url("../fonts/Bw-Glenn-Collection-DEMO/Bw-Glenn-Sans-DEMO/BwGlennSansDEMO-RegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "BW Glenn Sans";
  src: url("../fonts/Bw-Glenn-Collection-DEMO/Bw-Glenn-Sans-DEMO/BwGlennSansDEMO-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "BW Glenn Sans";
  src: url("../fonts/Bw-Glenn-Collection-DEMO/Bw-Glenn-Sans-DEMO/BwGlennSansDEMO-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "BW Glenn Sans";
  src: url("../fonts/Bw-Glenn-Collection-DEMO/Bw-Glenn-Sans-DEMO/BwGlennSansDEMO-BoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

html,
body {
  font-family: "BW Glenn Sans", "Segoe UI", sans-serif !important;
  word-spacing: 0.04em;
}

p,
a,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  word-spacing: inherit;
}

/* Override legacy utility fonts so BW Glenn Sans is used site-wide. */
.font-abril-fatface,
.font-raleway,
.font-sans {
  font-family: "BW Glenn Sans", "Segoe UI", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.01em;
}

video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* sticky pod-page sidebar (number + pod links) */
@media (min-width: 1024px) {
  .pod-sidebar {
    position: sticky;
    top: 2.5rem;
    align-self: start;
  }
}
