/* latin */
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELawFpWg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/courierprime/v9/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-Dfqw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Dilemma;
  font-style: normal;
  font-weight: 400;
  src: url(https://superspeciosa.com/cdn/shop/files/Dilemma-SansLight.otf?v=1718382000) format('opentype');
}
@font-face {
  font-family: Dilemma;
  font-style: normal;
  font-weight: 700;
  src: url(https://superspeciosa.com/cdn/shop/files/Dilemma-SansBold.otf?v=1718382000) format('opentype');
}
@font-face {
  font-family: Dilemma;
  font-style: normal;
  font-weight: 550;
  src: url(https://superspeciosa.com/cdn/shop/files/dilemma-sans-regular.otf?v=1720027357) format('opentype');
}

body {
  font-family: 'Courier Prime';
}

/* ── HEADER BAR (logo row) ── */
.header-bar {
  background-color: #212c1c;
}

/* ── LOGO IMAGE ── */
.logo-img {
  width: 5%;
  text-align: center;
}

/* ── FOOTER NAV LINKS ── */
.nav-links {
  display: flex;
  justify-content: center;
}

footer .nav-links a {
  font-family: Lato, sans-serif;
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}

footer {
  background-color: #8ab83f;
  padding: 6px;
}

/* ── PRIVACY POLICY LAYOUT ── */
.doc-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 20px;
}

.doc-heading h1 {
  font-family: Dilemma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.doc-body {
  line-height: 1.8;
  font-size: 15px;
  color: #222;
}

.content-text h2,
.content-text h3,
.content-text h4 {
  font-family: Dilemma, sans-serif;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
}

.content-text p,
.content-text ul,
.content-text ol {
  margin-bottom: 14px;
}

.content-text ul,
.content-text ol {
  padding-left: 24px;
}

.text-block {
  display: block;
}

@media screen and (max-width: 768px) {
  .logo-img {
    width: 30%;
    text-align: center;
  }
}
