:root {
  --afro-orange: #ff7a00;
  --afro-orange-2: #ff8a1f;
  --afro-yellow: #ffaa00;
  --afro-teal: #0f5f6d;
  --afro-teal-2: #0b4b57;
  --afro-cream: #f3f0e4;
  --afro-cream-2: #efe7d7;
  --afro-dark: #1c1c1e;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-VariableFont_wght.ttf")
    format("truetype-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

/* @media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
} */

.afro-podcast-page {
  padding: 0;
  font-family: "Sora", "Montserrat", sans-serif;
}

.afro-podcast {
  background-color: var(--afro-cream);
  background-image: url("../images/afronegocio-bg-claro.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 52px 0 75px;
}

.afro-podcast .afro-section-title {
  text-align: center;
  font-size: clamp(3rem, 3vw, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-blue);
  letter-spacing: 0.3px;
  max-width: clamp(280px, 50vw, 700px);
  margin: 0 auto 2rem;
}

.afro-podcast-content {
  margin: 0 auto;
  max-width: 980px;
  color: var(--primary-blue);
}
