.typography {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.typography__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.typography__hero-section--manifesto {
  background-color: #000000;
}
.typography__hero-section .content-section--animate .typography__hero-subtitle {
  opacity: 1;
  transform: translateY(0);
}
.typography__hero-container {
  position: relative;
  overflow: hidden;
  height: 80vh;
  width: 100%;
}
.typography__hero-image {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
}
.typography__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0; */
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 4rem;
  height: 80vh;
}
.typography__hero-content {
  color: #ffffff;
  z-index: 2;
}
.typography__hero-subtitle {
  color: #ffffff;
  font-family: "Dallas-Regular", Helvetica;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 82px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  font-size: 92px;
}
.typography__wordmark-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.typography__wordmark-section--white {
  background-color: #ffffff;
  padding-top: 7rem;
}
.typography__wordmark-section .content-section--animate .typography__wordmark-title {
  opacity: 1;
  transform: translateY(0);
}
.typography__wordmark-section .content-section--animate .typography__wordmark-description,
.typography__wordmark-section .content-section--animate .typography__wordmark-text,
.typography__wordmark-section .content-section--animate .typography__wordmark-zone-description,
.typography__wordmark-section .content-section--animate .typography__wordmark-size-description {
  opacity: 1;
  transform: translateY(0);
}
.typography__wordmark-wrapper {
  display: flex;
  flex-direction: column;
  align-content: start;
  text-align: left;
  gap: 40px;
  margin-bottom: 4rem;
}
.typography__wordmark-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
}
.typography__wordmark-title {
  color: #000000;
  font-family: "Dallas-Regular", Helvetica;
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 0;
  margin-left: -10px;
}
.typography__wordmark-subtitle {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 0;
  margin-top: 5px;
}
.typography__wordmark-description {
  max-width: 335px;
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
.typography__wordmark-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.typography__wordmark-showcase {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.typography__wordmark-grid {
  display: flex;
  gap: 36px;
  justify-content: flex-start;
  align-items: center;
}
.typography__wordmark-item {
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}
.typography__wordmark-item--black {
  background-color: #000000;
}
.typography__wordmark-item--white {
  background-color: #ffffff;
}

.typography__wordmark-item--left {
  flex: 1 0 500px;
  min-width: 500px;
  max-width: 870px;
  padding: 20px;
}
.typography__wordmark-item--right {
  flex: 0 0 235px;
  height: 235px;
  width: 235px;
  max-width: 235px;
}
.typography__wordmark-logo {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.typography__wordmark-text-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 0 1 350px;
}
.typography__wordmark-text {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  margin-left: 50px;
  text-align: left;
}
.typography__wordmark-examples {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
  align-items: center;
}
.typography__wordmark-zone-section, .typography__wordmark-size-section {
  margin: 2rem 0;
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.typography__wordmark-zone-title, .typography__wordmark-size-title {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1rem 0;
}
.typography__wordmark-zone-description, .typography__wordmark-size-description {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  max-width: 900px;
}
.typography__wordmark-zone-image, .typography__wordmark-size-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.typography__colors-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0;
}
.typography__colors-section--white {
  background-color: #ffffff;
}
.typography__colors-section .content-section--animate .typography__colors-title {
  opacity: 1;
  transform: translateY(0);
}
.typography__colors-section .content-section--animate .typography__colors-palette-description {
  opacity: 1;
  transform: translateY(0);
}
.typography__colors-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding: 4rem 0;
  padding-bottom: 8rem;
}
.typography__colors-wrapper__panetone {
  position:absolute;
  right: 0;
  top: clamp(11rem, 2vw, 14rem);
}
.typography__colors-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
.typography__colors-title {
  color: #000000;
  font-family: "Dallas-Regular", Helvetica;
  font-size: 92px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.typography__colors-subtitle {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1rem 0;
}
.typography__colors-line {
  border-bottom: 1px solid #000000;
  width: 100%;
  margin-left: 3%;
}
.typography__colors-content {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.typography__colors-palette-intro {
  margin: 2rem 0;
  max-width: 40%;
  margin-right: 3rem;
  text-align: left;
}
.typography__colors-palette-title {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1rem 0;
}
.typography__colors-palette-description {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
.typography__colors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 27vw, 400px), 1fr));
  margin: 2rem 0;
  max-width: 57%;
  width: 100%;
  max-width: 800px;
  gap: 0;
}
.typography__colors-swatch {
  /* height: 120px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: clamp(1rem, 2vw, 3rem) 5%;
}
.typography__colors-swatch--red {
  background-color: #9e0d09;
}
.typography__colors-swatch--brown {
  background-color: #4d331b;
}
.typography__colors-swatch--olive {
  background-color: #9c9d74;
}
.typography__colors-swatch--taupe {
  background-color: #777166;
}
.typography__colors-swatch--gray {
  background-color: #868d90;
}
.typography__colors-swatch--blue-gray {
  background-color: #a3adb2;
}
.typography__colors-swatch--light-gray {
  background-color: #eee9e6;
}
.typography__colors-swatch--cream {
  background-color: #f0e7dc;
}
.typography__colors-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.5rem;
  width: 90%;
  color: #ffffff;
}
.typography__colors-info--dark {
  color: #3b3b3b;
}
.typography__colors-label, .typography__colors-value {
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
}
.typography__mockups-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.typography__mockups-section .content-section--animate .typography__mockups-title {
  opacity: 1;
  transform: translateY(0);
}
.typography__mockups-section .content-section--animate .typography__mockups-description {
  opacity: 1;
  transform: translateY(0);
}
.typography__mockups-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  padding: 6rem 0;
}
.typography__mockups-images {
  display: flex;
  flex-direction: row;
  position: relative;
  flex: 2;
}
.typography__mockups-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex: 1;
  max-width: 50%;
}
.typography__mockups-content {
  display: flex;
  flex-direction: column;
  flex:  1;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 5%;
}
.typography__mockups-title {
  color: #000000;
  font-family: "Dallas-Regular", Helvetica;
  font-size: clamp(56px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
  margin: 0;
}
.typography__mockups-subtitle {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 3rem 0;
  text-align: right;
}
.typography__mockups-description {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  width: 80%;
  text-align: right;
}
.typography__mockups-brand-book {
  max-width: 100%;
  height: 40%;
  object-fit: contain;
  margin-top: 2rem;
  position: absolute;
  bottom: 15%;
  left: clamp(60%, 52vw, 101%);
}
.typography__icons-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0;
}
.typography__icons-section--white {
  background-color: #ffffff;
}
.typography__icons-section .content-section--animate .typography__icons-title {
  opacity: 1;
  transform: translateY(0);
}
.typography__icons-section .content-section--animate .typography__icons-description {
  opacity: 1;
  transform: translateY(0);
}
.typography__icons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding: 4rem 0 0 0;
}
.typography__icons-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
.typography__icons-title {
  color: #000000;
  font-family: "Dallas-Regular", Helvetica;
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.typography__icons-subtitle {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1rem 0;
}
.typography__icons-line {
  border-bottom: 1px solid #000000;
  width: 100%;
  margin-left: 3%;
}
.typography__icons-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
  text-align: left;
}
.typography__icons-section-title {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1rem 0;
  border-bottom:  1px solid #000;
  width:  19%;
  padding-bottom: 1.5rem;
}
.typography__icons-description {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  max-width: 600px;
}
.typography__icons-grid {
  display: flex;
  gap: 2rem;
  margin: 4rem 0 5rem 0;
}
.typography__icons-item {
  position: relative;

  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 358px;
  flex: 1;
}
.typography__icons-item--black {
  background-color: #000000;
}
.typography__icons-item--red {
  background-color: #9e0d09;
}
.typography__icons-item--gray {
  background-color: #868d90;
}
.typography__icons-image {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.typography__tagline-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0;
}
.typography__tagline-section--white {
  background-color: #ffffff;
}
.typography__tagline-section .content-section--animate .typography__tagline-title {
  opacity: 1;
  transform: translateY(0);
}
.typography__tagline-section .content-section--animate .typography__tagline-intro-description {
  opacity: 1;
  transform: translateY(0);
}
.typography__tagline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding: 4rem 0;
}

.typography__tagline-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1rem;
}
.typography__tagline-title {
  color: #000000;
  font-family: "Dallas-Regular", Helvetica;
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
}
.typography__tagline-subtitle {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1rem 0;
}
.typography__tagline-line {
  border-bottom: 1px solid #000000;
  width: 100%;
  margin-right: 4%;
}
.typography__tagline-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.typography__tagline-intro {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 2rem 0;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.typography__tagline-showcase {
  max-width: 250px;
  height: auto;
  object-fit: contain;
}
.typography__tagline-intro-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.typography__tagline-lang-title {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1rem 0;
  text-align: right;
}
.typography__tagline-intro-description {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  max-width: 439px;
  text-align: right;
}
.typography__tagline-examples {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
}
.typography__tagline-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.typography__tagline-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  padding: 0;
  gap: 2rem;
}
.typography__tagline-item--black .typography__tagline-text {
  background-color: #000000;
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.typography__tagline-item--black .typography__tagline-circle {
  background: #000;
}
.typography__tagline-item--white .typography__tagline-text {
  background-color: #ffffff;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.typography__tagline-item--white .typography__tagline-circle {
   border: 1px solid black;
}
.typography__tagline-item--red .typography__tagline-text {
  background-color: #9e0d09;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.typography__tagline-item--red .typography__tagline-circle {
  background-color: #9e0d09;
}
.typography__tagline-text {
  color: #ffffff;
  font-family: "Dallas-Regular", Helvetica;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  flex: 1;
}
.typography__tagline-text--dark {
  color: #000000;
}
.typography__tagline-circle {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.typography__tagline-circle-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.typography__fonts-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 0;
}
.typography__fonts-section--hero {
  background-color: #ffffff;
}
.typography__fonts-section .content-section--animate .typography__fonts-hero-title,
.typography__fonts-section .content-section--animate .typography__fonts-title {
  opacity: 1;
  transform: translateY(0);
}
.typography__fonts-section .content-section--animate .typography__fonts-description {
  opacity: 1;
  transform: translateY(0);
}
.typography__fonts-hero {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  z-index: 1;
  width: 100%;
}
.typography__fonts-hero-image {
    /* height: auto; */
    width: 100vw;
    max-height: 80vh;
    object-fit: cover;
    object-position: top;
}
.typography__fonts-hero-title-container {
  margin-left: 8%;
  position: absolute;
  left: 0;
}
.typography__fonts-hero-title {
  width: 400px;
  color: #ffffff;
  font-family: "Dallas-Regular", Helvetica;
  font-size: clamp(48px, 7vw, 110px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8%;
  position: absolute;
  left: 0;
}
.typography__fonts-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 2rem 0 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.typography__fonts-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  margin-bottom: 0rem;
  padding: 2rem 5%;
}
.typography__fonts-title {
  color: #000000;
  font-family: "Dallas-Regular", Helvetica;
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.typography__fonts-subtitle {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 1rem 0;
}
.typography__fonts-line {
  border-bottom: 1px solid #000000;
  width: 100%;
  margin-left: 3%;
}
.typography__fonts-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
  padding: 2rem 5%;
}
.typography__fonts-showcase {
  display: flex;
  flex-direction: row;
  gap: 3%;
  margin: 3rem 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.typography__fonts-display {
  position: relative;
  margin-bottom: 0rem;
  flex: 1 0 50%;
  text-align: left;
}
.typography__fonts-name {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 0;
  text-align: left;
}
.typography__fonts-sample {
  color: #000000;
  font-family: "Dallas-Bold", Helvetica;
  font-size: 180px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}
.typography__fonts-sample--playfair {
  font-family: "Playfair Display", Helvetica;
  font-size: 64px;
  font-weight: 400;
  min-width: 500px;
}
.typography__fonts-description {
  color: #000000;
  font-family: "Playfair Display", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  max-width: 350px;
}
.typography__fonts-mockup {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.typography__fonts-mockup-title {
  font-family: "Dallas-Regular", Helvetica;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  color: white;
  top: 11rem;
  left: 9rem;
}
.typography__fonts-mockup-image {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  display: block;
  margin-top: 2rem;
  flex: 1;
  max-width: 50%;
  object-position: 0% 50%;
}

.typography__fonts-mockup-image-left {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  display: block;
  margin-top: 2rem;
  flex: 1;
  max-width: 50%;
  object-position: 55% 50%;
}



@media (max-width: 1024px) {
  .typography__hero-section, .typography__wordmark-section, .typography__colors-section, .typography__mockups-section, .typography__icons-section, .typography__tagline-section, .typography__fonts-section {
    min-height: 60vh;
    padding: 1.5rem;
  }
  .typography__hero-overlay {
    padding: 0 2rem;
  }
  .typography__hero-subtitle {
    right: 2rem;
  }
  .typography__mockups-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .typography__tagline-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .typography__hero-section, .typography__wordmark-section, .typography__colors-section, .typography__mockups-section, .typography__icons-section, .typography__tagline-section, .typography__fonts-section {
    min-height: 50vh;
    padding: 1rem;
  }
  .typography__wordmark-grid, .typography__colors-grid, .typography__icons-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .typography__hero-overlay {
    padding: 0 1rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .typography__hero-subtitle {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-top: 2rem;
  }
  .typography__fonts-hero, .typography__fonts-mockup {
    padding: 2rem 1rem;
  }
}

@media (max-width: 1200px){
.typography__wordmark-text {
  margin-left:0px;
} 
}

@media (max-width: 480px) {
  .typography__hero-section, .typography__wordmark-section, .typography__colors-section, .typography__mockups-section, .typography__icons-section, .typography__tagline-section, .typography__fonts-section {
    padding: 0.5rem;
  }
  .typography__wordmark-title, .typography__colors-title, .typography__mockups-title, .typography__icons-title, .typography__tagline-title, .typography__fonts-title {
    font-size: clamp(32px, 8vw, 48px);
  }
  .typography__hero-subtitle {
    font-size: clamp(24px, 6vw, 36px);
  }
  .typography__wordmark-description, .typography__wordmark-text, .typography__colors-palette-description, .typography__mockups-description, .typography__icons-description, .typography__tagline-intro-description, .typography__fonts-description {
    font-size: 16px;
  }
  .typography__tagline-text {
    font-size: clamp(16px, 4vw, 20px);
  }
  .typography__tagline-circle {
    width: 80px;
    height: 80px;
  }
  .typography__tagline-circle-image {
    width: 60px;
    height: 60px;
  }
}