/* PostCraft Landing Templates — shared pattern styling
   Palette: blueprint #1E3A5F, line #7EC8E3, paper #EDEFF2, graphite #3B3F45, amber #E8A23A
   Type: Fraunces (headings) / IBM Plex Sans (UI, body) */

.postcraft-stamp {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #7ec8e3;
	padding: 6px 14px;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #7ec8e3;
	margin-bottom: 20px;
}

.postcraft-stamp__label {
	opacity: 0.7;
}

.postcraft-stamp--dark {
	border-color: #1e3a5f;
	color: #1e3a5f;
}

.postcraft-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1e3a5f;
	color: #edeff2;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 14px;
}

.postcraft-rule {
	border: none;
	border-top: 1px dashed #7ec8e3;
	margin: 0;
}

/* Headings across all templates use Fraunces for a drafting-title feel */
.postcraft-heading {
	font-family: "Fraunces", Georgia, serif !important;
	line-height: 1.15;
}

.postcraft-body {
	font-family: "IBM Plex Sans", sans-serif !important;
}
