/* ============================================================
   Cora polish — gradient display headline only.
   Loaded after the theme's main.css (see includes/enqueuer.php).
   ============================================================ */

:root {
	--cora-gradient: linear-gradient(96deg, #e3d270 0%, #f3623f 70%);
}

/* Gradient text — applied to any element with the .cora-gradient-text class.
   Keeps a solid coral fallback for browsers without background-clip. */
.cora-gradient-text {
	color: #f3623f;
	background: var(--cora-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
