/*
 * Melsa Çatı — brand tokens.
 *
 * Kiremit kırmızısı ana renk; sıcak, zanaat hissi veren nötr yüzeyler.
 * Kontrast (WCAG): beyaz/primary 6.5:1, ink/surface 15.3:1,
 * muted/surface 7.2:1, muted/surface-alt 6.5:1 — hepsi 4.5:1 üstü.
 *
 * Mirror any palette change in theme.json so the block editor matches.
 */

:root {
	/* Brand */
	--color-primary: #b91c1c;
	--color-primary-hover: #991b1b;

	/* Text */
	--color-ink: #1f262b;
	--color-muted: #4b5a61;

	/* Surfaces */
	--color-surface: #ffffff;
	--color-surface-alt: #f6f4f1;
	--color-line: #e4e0d8;

	/* Feedback */
	/* --color-danger: #dc2626; */

	/* Typography and shape */
	/* --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
	--radius-card: 0.625rem;
}
