/*
 * Auto-generated by BoltPress Design System.
 * Do not edit — this file is overwritten on every save.
 * Edit tokens in BoltPress → Settings → Design System.
 */

:root {
	--boltpress-colors-primary: #E8501E;
	--boltpress-colors-secondary: #475569;
	--boltpress-colors-accent: #FCE6D9;
	--boltpress-colors-text: #334155;
	--boltpress-colors-links-initial: #D14318;
	--boltpress-colors-links-hover: #E8501E;
	--boltpress-colors-headings-general: #0F172A;
	--boltpress-colors-success: #16A34A;
	--boltpress-colors-warning: #F59E0B;
	--boltpress-colors-error: #DC2626;
	--boltpress-colors-neutral-0: #FFFFFF;
	--boltpress-colors-neutral-50: #F8FAFC;
	--boltpress-colors-neutral-100: #F1F5F9;
	--boltpress-colors-neutral-200: #E2E8F0;
	--boltpress-colors-neutral-300: #CBD5E1;
	--boltpress-colors-neutral-400: #94A3B8;
	--boltpress-colors-neutral-500: #64748B;
	--boltpress-colors-neutral-600: #475569;
	--boltpress-colors-neutral-700: #334155;
	--boltpress-colors-neutral-800: #1E293B;
	--boltpress-colors-neutral-900: #0F172A;
	--boltpress-colors-orange-600: #D14318;
	--boltpress-colors-orange-500: #F26C2E;
	--boltpress-colors-orange-100: #FCE6D9;
	--boltpress-colors-orange-50: #FEF4EE;
	--boltpress-colors-dark: #0F172A;
	--boltpress-typography-font-family-primary: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--boltpress-typography-font-family-heading: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--boltpress-typography-font-family-body: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--boltpress-typography-font-size-xs: 12px;
	--boltpress-typography-font-size-sm: 14px;
	--boltpress-typography-font-size-base: 16px;
	--boltpress-typography-font-size-md: 18px;
	--boltpress-typography-font-size-lg: 20px;
	--boltpress-typography-font-size-xl: 24px;
	--boltpress-typography-font-size-2xl: 30px;
	--boltpress-typography-font-size-3xl: 36px;
	--boltpress-typography-font-size-4xl: 48px;
	--boltpress-typography-font-size-5xl: 60px;
	--boltpress-typography-font-weight-normal: 400;
	--boltpress-typography-font-weight-medium: 500;
	--boltpress-typography-font-weight-semibold: 600;
	--boltpress-typography-font-weight-bold: 700;
	--boltpress-typography-font-weight-extrabold: 800;
	--boltpress-typography-line-height-tight: 1.1;
	--boltpress-typography-line-height-snug: 1.25;
	--boltpress-typography-line-height-normal: 1.5;
	--boltpress-typography-line-height-relaxed: 1.65;
	--boltpress-spacing-1: 4px;
	--boltpress-spacing-2: 8px;
	--boltpress-spacing-3: 12px;
	--boltpress-spacing-4: 16px;
	--boltpress-spacing-5: 20px;
	--boltpress-spacing-6: 24px;
	--boltpress-spacing-8: 32px;
	--boltpress-spacing-10: 40px;
	--boltpress-spacing-12: 48px;
	--boltpress-spacing-16: 64px;
	--boltpress-spacing-20: 80px;
	--boltpress-spacing-24: 96px;
	--boltpress-border-radius-xs: 8px;
	--boltpress-border-radius-sm: 8px;
	--boltpress-border-radius-md: 8px;
	--boltpress-border-radius-lg: 8px;
	--boltpress-border-radius-xl: 8px;
	--boltpress-border-radius-pill: 8px;
}
button, .wp-block-button__link, .wp-element-button, .bp-btn-primary, .wp-block-button.is-style-primary .wp-block-button__link {
	background-color: #E8501E;
	color: #ffffff;
	border: 1px solid #E8501E;
	border-radius: 8px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 600;
}
button:hover, .wp-block-button__link:hover, .wp-element-button:hover, .bp-btn-primary:hover, .wp-block-button.is-style-primary .wp-block-button__link:hover {
	background-color: #D14318;
	color: #ffffff;
	border: 1px solid #D14318;
	transition: all 0.18s ease;
}
.bp-btn-secondary, .wp-block-button.is-style-secondary .wp-block-button__link {
	background-color: #ffffff;
	color: #0F172A;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 600;
}
.bp-btn-secondary:hover, .wp-block-button.is-style-secondary .wp-block-button__link:hover {
	background-color: #F8FAFC;
	color: #0F172A;
	border: 1px solid #CBD5E1;
	transition: all 0.18s ease;
}
