@font-face {
  font-family: "Bodoni SvtyTwo ITC TT";
  src: url("../assets/fonts/BodoniSvtyTwoITCTT-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-15UltTh.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-16UltThIt.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-25Th.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-26ThIt.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-35XLt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-36XLtIt.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-45Lt.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-46LtIt.otf") format("opentype");
  font-weight: 350;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-55Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-56It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-65Md.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-66MdIt.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-75Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-76BdIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-95Blk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk DS Pro";
  src: url("../fonts/neue-haas-grotesk/NHaasGroteskDSPro-96BlkIt.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg: #fff;
  --text: #000;
  --card: #fff;
  --accent: #0a7cff;
  --font-bodoni: "Bodoni SvtyTwo ITC TT", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Neue Haas Grotesk DS Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #EAE4DA;
  color: var(--text);
  font-size: 18px;
}



.container {
  width: 100%;
}

.hero {
  width: 100%;
  height: auto;
  margin-top:  2rem;
  margin-bottom: 2rem;
  display: block;
  
}

.text-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.section-rule {
  border: 0;
  border-top: 1px solid #000;
  padding-top: 2rem;
}

.rubric {
  margin: 0 0 0.75rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* text-transform: uppercase; */
  letter-spacing: 0.08em;
}

h1 {
  margin: 0 0 0.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.dek {
  margin: 2rem 0 2rem;
}

.byline {
  margin: 0;
  font-size: 0.95rem;
}

.publish-date {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: #666;
}

.article-body {
  margin-top: 2rem;
  text-align: left;
}

.article-body p {
  margin: 0 0 1rem;
  line-height: 1.5;
}

.feature-block {
  
  width: 80%;
  margin: 2rem auto 0;
  /* padding-bottom: 3rem; */
}

.feature-block:first-of-type {
  border-top: 1px solid #000;
  padding-top: 2rem;
}

.feature-image {
  width: 100%;
  height: auto;
  display: block;
}

.feature-text-container {
  width:100%;
  margin: 1rem auto 0;
  text-align: left;
  line-height: 1.5rem;
}

h2 {
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
  /* font-family: var(--font-bodoni); */
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

.related-callout {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  margin: 1.25rem 0;
  border-top: 1px solid #ddd;
}

.related-callout img {
  width: 100%;
  height: auto;
  display: block;
}

.related-label {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666;
}

.related-byline {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: #666;
}

p {
  margin: 0;
}

a {
  color: var(--accent);
}

.site-footer {
  /* margin-top: 4rem; */
  padding: 2rem 0;
}

.footer-inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.footer-logo-text {
  margin-bottom: 1rem;
  font-style: italic;
  text-align: left;
  font-weight: 500;
}

.footer-logo-text p {
  margin-bottom: 1em;
}

.footer-social {
  display: block;
  width: 100%;
  /* max-width: 320px; */
  height: auto;
  margin: 0 auto;
}


@media (min-width: 1024px) {
  body {
    font-size: 24px;
  }
  h2 {
    font-size: 2rem;
  }
}