/*
 * 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: #ff7544;
	--boltpress-colors-secondary: #ff8c63;
	--boltpress-colors-accent: #252a36;
	--boltpress-colors-text: #777e90;
	--boltpress-colors-links-initial: #797979;
	--boltpress-colors-links-hover: #252a36;
	--boltpress-colors-headings-general: #252a36;
	--boltpress-colors-success: #00a32a;
	--boltpress-colors-warning: #dba617;
	--boltpress-colors-error: #d63638;
	--boltpress-colors-text-muted: #797979;
	--boltpress-colors-headings-h1: #252a36;
	--boltpress-colors-headings-h2: #252a36;
	--boltpress-colors-headings-h3: #252a36;
	--boltpress-colors-headings-h4: #252a36;
	--boltpress-colors-headings-h5: #252a36;
	--boltpress-colors-headings-h6: #252a36;
	--boltpress-colors-background: #ffffff;
	--boltpress-colors-background-alt: #f9f3ee;
	--boltpress-colors-background-dark: #2d2f3a;
	--boltpress-colors-overlay: rgba(35, 33, 81, 0.30);
	--boltpress-colors-border: #000000;
	--boltpress-typography-font-family-primary: DM Sans;
	--boltpress-typography-font-family-heading: DM Sans;
	--boltpress-typography-font-family-body: DM Sans;
	--boltpress-typography-font-size-xs: 12px;
	--boltpress-typography-font-size-sm: 14px;
	--boltpress-typography-font-size-base: 16px;
	--boltpress-typography-font-size-lg: 18px;
	--boltpress-typography-font-size-xl: 20px;
	--boltpress-typography-font-size-2xl: 24px;
	--boltpress-typography-font-size-3xl: 30px;
	--boltpress-typography-font-size-4xl: 36px;
	--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-light: 300;
	--boltpress-typography-line-height-tight: 1.25;
	--boltpress-typography-line-height-normal: 1.5;
	--boltpress-typography-line-height-relaxed: 1.75;
	--boltpress-spacing-1: 4px;
	--boltpress-spacing-2: 8px;
	--boltpress-spacing-3: 10px;
	--boltpress-spacing-4: 12px;
	--boltpress-spacing-5: 14px;
	--boltpress-spacing-6: 18px;
	--boltpress-spacing-8: 24px;
	--boltpress-spacing-10: 40px;
	--boltpress-spacing-12: 48px;
	--boltpress-spacing-16: 64px;
	--boltpress-spacing-15: 60px;
	--boltpress-spacing-18: 72px;
	--boltpress-spacing-20: 80px;
	--boltpress-spacing-24: 96px;
	--boltpress-spacing-30: 120px;
	--boltpress-border-radius-sm: 4px;
	--boltpress-border-radius-md: 15px;
	--boltpress-border-radius-lg: 30px;
}
button, .wp-block-button__link, .wp-element-button, .bp-btn-primary, .wp-block-button.is-style-primary .wp-block-button__link {
	background-color: #ff8c63;
	color: #ffffff;
	border: none;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 500;
}
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: #ff7544;
	color: #ffffff;
	border: none;
	transition: 0.3s;
}
.bp-btn-secondary, .wp-block-button.is-style-secondary .wp-block-button__link {
	background-color: #ffffff;
	color: #252a36;
	border: 1px solid #E6E8EC;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 500;
}
.bp-btn-secondary:hover, .wp-block-button.is-style-secondary .wp-block-button__link:hover {
	background-color: #252a36;
	color: #ffffff;
	border: 1px solid #E6E8EC;
	transition: 0.3s;
}
