/*
 * Global design tokens for the DragonFly panel and public pages.
 */

:root {
	--font-display: "Sora", "Trebuchet MS", "Segoe UI", sans-serif;
	--font-body: "Manrope", "Segoe UI", sans-serif;
	--font-mono: "IBM Plex Mono", "Consolas", monospace;

	--bg: #f6f4ef;
	--bg-soft: #efe8dd;
	--surface: #ffffff;
	--surface-alt: #fffaf2;
	--surface-strong: #f8efe2;

	--text: #1f2a33;
	--text-muted: #5c6d7a;
	--text-inverse: #f8fbff;

	--primary: #0f766e;
	--primary-strong: #0a5a54;
	--primary-soft: #d6f5f1;

	--accent: #ea580c;
	--accent-strong: #c2410c;
	--accent-soft: #ffedd5;

	--danger: #b91c1c;
	--danger-soft: #fee2e2;
	--success: #166534;
	--success-soft: #dcfce7;
	--info: #0369a1;
	--info-soft: #e0f2fe;

	--border: #dbe2e8;
	--border-strong: #c8d2db;

	--radius-sm: 12px;
	--radius-md: 18px;
	--radius-lg: 28px;

	--shadow-soft: 0 16px 30px rgba(31, 42, 51, 0.08);
	--shadow-strong: 0 30px 80px rgba(18, 30, 45, 0.16);

	--content-width: 1180px;
}
