/* Ivoire — Atelier, Elfenbein, Espresso, Allura. */
.hct-theme--ivoire{
	--hct-bg:#f7f1e6;
	--hct-fg:#2a2118;
	--hct-accent:#7a4a2b;
	--hct-accent-2:#4a2c18;
	--hct-ph:#e6d8c4;
	--hct-script:"Allura",cursive;
	--hct-display:"Playfair Display",serif;
	--hct-body:"Source Serif 4",serif;
	--hct-max:1220px;
	--hct-cols:4;
	--hct-pad-x:48px;
	--hct-pad-y:30px;
	--hct-gap:28px;
}
.hct-theme--ivoire .hct-shell{
	background:
		linear-gradient(180deg,#fbf6ee 0%,#f7f1e6 40%,#efe6d6 100%)
}
.hct-theme--ivoire .hct-top{
	border-bottom:1px solid #d8cbb6;
	align-items:flex-end;
	padding-bottom:20px
}
.hct-theme--ivoire .hct-brand__mark{display:none}
.hct-theme--ivoire .hct-brand__name{font-size:3.5rem;color:#4a2c18}
.hct-theme--ivoire .hct-brand__flourish{width:72px;margin-left:2px}
.hct-theme--ivoire .hct-nav{padding-top:18px}
.hct-theme--ivoire .hct-nav__item a{padding-bottom:5px;border-bottom:1px solid transparent}
.hct-theme--ivoire .hct-nav__item.is-active a{border-color:#7a4a2b}
.hct-theme--ivoire .hct-hero{margin-top:8px}
.hct-theme--ivoire .hct-title{font-size:3.2rem;color:#4a2c18}
.hct-theme--ivoire .hct-card__media{
	aspect-ratio:4/5;
	box-shadow:0 16px 36px rgba(74,44,24,.1);
	outline:1px solid rgba(122,74,43,.18);outline-offset:-8px
}
.hct-theme--ivoire .hct-foot{border-top:1px solid #d8cbb6}
.hct-theme--ivoire .hct-page{max-width:680px}
