/*
Theme Name: Sworn Safe Block
Theme URI: https://example.com
Author: Sworn Safe
Description: A block theme (Full Site Editing) for Sworn Safe — independent term life insurance for the self-employed. Every section is built from core WordPress blocks, so it can be edited directly in the Site Editor by clicking on the page.
Version: 1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sworn-safe-block
*/

/* A few small helpers the block editor's UI doesn't cover on its own */

.check-mark{
	color: var(--wp--preset--color--gold-deep);
	font-weight: 700;
	margin-right: 6px;
}
.has-ink-background-color .check-mark,
.has-ink-2-background-color .check-mark{
	color: var(--wp--preset--color--gold);
}

.eyebrow-text{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--gold-deep);
}
.has-ink-background-color .eyebrow-text,
.has-ink-2-background-color .eyebrow-text{
	color: var(--wp--preset--color--gold);
}

.step-number{
	font-family: var(--wp--preset--font-family--display);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--gold-deep);
}

.recommended-card{
	border: 1px solid var(--wp--preset--color--gold) !important;
}

.agent-photo-placeholder{
	aspect-ratio: 4/5;
	object-fit: cover;
	background: var(--wp--preset--color--ink-2);
	border-radius: 6px;
}

.wp-block-button__link{
	font-weight: 600 !important;
}
