@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.recent-insights-layout-container .recent-insights-layout-title {
  font: normal 800 2rem/2.4rem "Futura LT Pro", -apple-system, sans-serif;
  color: #222930;
  letter-spacing: 0.64px;
  margin-bottom: 32px;
  margin-top: 0px;
}
.recent-insights-layout-container .recent-insights-title {
  font: normal 800 1.25rem/1.5rem "Futura LT Pro", -apple-system, sans-serif;
  color: #222930;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.recent-insights-layout-container .recent-insights-topic-date-wrapper {
  font: normal 700 0.75rem/1.05rem "Open Sans", -apple-system, sans-serif;
  gap: 16px;
  color: #686b6D;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.recent-insights-layout-container .recent-insights-topic-date-wrapper .lucide {
  width: 16px;
  height: 16px;
}
