@font-face {
  font-family: 'ChunkFive';
  src: url('/fonts/ChunkFive-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ── Slide 1 ── */
.first em {
  font-family: 'ChunkFive', serif !important;
  font-style: normal !important;
  font-weight: normal !important;
}
.first strong {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
.first strong strong {
  font-family: 'ChunkFive', serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.first b {
  font-family: 'ChunkFive', serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.first i {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

/* ── Slide 2 ── */
.second strong.item1,
.second strong.item2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
.second strong.item3 {
  font-family: 'ChunkFive', serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.second strong.item4 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
.second strong.item5 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

/* ── Slide 3 ── */
.third strong.item1,
.third strong.item2 {
  font-family: 'ChunkFive', serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.third strong.item3 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
.third strong.item4 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

/* ── Nav menu ── */
.menu > li > a {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}

/* ── h4 headings ── */
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
}
h4 strong {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ── Buttons & footer links ── */
.button,
.button-2,
.footer-link a,
h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ── Keys section ── */
.div-keys div article {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ── Search button ── */
.search-button {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
}