/* Algolassi Home — shared tutorial typography */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

.home-hero,
.home-content,
.home-actions,
.algolassi-home-search,
.algolassi-search-panel{
  font-family:"Outfit",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.home-hero h1{
  font-family:"Outfit",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:700;
  letter-spacing:-.035em;
}

.home-hero .lead{
  font-family:"Outfit",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400;
}

.home-actions .button{
  font-family:"Outfit",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:600;
}

.algolassi-home-search input,
.algolassi-home-search button,
.algolassi-home-search select,
.algolassi-home-search textarea{
  font-family:inherit;
}
