/*
 * 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: #1a1a1a;
	--boltpress-colors-secondary: #64748b;
	--boltpress-colors-accent: #E6C600;
	--boltpress-colors-text: #2D3748;
	--boltpress-colors-links-initial: #1a1a1a;
	--boltpress-colors-links-hover: #E6C600;
	--boltpress-colors-headings-general: #1a1a1a;
	--boltpress-colors-success: #48BB78;
	--boltpress-colors-warning: #F6AD55;
	--boltpress-colors-error: #E74C3C;
	--boltpress-colors-background: #FFFFFF;
	--boltpress-colors-text-muted: #64748b;
	--boltpress-colors-border: #E5E7EB;
	--boltpress-typography-font-family-primary: system-ui, -apple-system, sans-serif;
	--boltpress-typography-font-family-heading: 'Urbanist', -apple-system, BlinkMacSystemFont, sans-serif;
	--boltpress-typography-font-family-body: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	--boltpress-typography-font-size-xs: 0.75rem;
	--boltpress-typography-font-size-sm: 0.875rem;
	--boltpress-typography-font-size-base: 1.0625rem;
	--boltpress-typography-font-size-lg: 1.25rem;
	--boltpress-typography-font-size-xl: 1.5rem;
	--boltpress-typography-font-size-2xl: 2rem;
	--boltpress-typography-font-size-3xl: 2.5rem;
	--boltpress-typography-font-size-4xl: 3.25rem;
	--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-line-height-tight: 1.15;
	--boltpress-typography-line-height-normal: 1.7;
	--boltpress-typography-line-height-relaxed: 1.85;
	--boltpress-spacing-1: 4px;
	--boltpress-spacing-2: 8px;
	--boltpress-spacing-3: 12px;
	--boltpress-spacing-4: 16px;
	--boltpress-spacing-5: 24px;
	--boltpress-spacing-6: 32px;
	--boltpress-spacing-8: 48px;
	--boltpress-spacing-10: 64px;
	--boltpress-spacing-12: 96px;
	--boltpress-spacing-16: 64px;
	--boltpress-border-radius-sm: 4px;
	--boltpress-border-radius-md: 8px;
	--boltpress-border-radius-lg: 16px;
}
button, .wp-block-button__link, .wp-element-button, .bp-btn-primary, .wp-block-button.is-style-primary .wp-block-button__link {
	background-color: #007cba;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	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: #0073a8;
	color: #ffffff;
	border: none;
	transition: 0.3s;
}
.bp-btn-secondary, .wp-block-button.is-style-secondary .wp-block-button__link {
	background-color: transparent;
	color: #007cba;
	border: 1px solid #007cba;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
}
.bp-btn-secondary:hover, .wp-block-button.is-style-secondary .wp-block-button__link:hover {
	background-color: #007cba;
	color: #ffffff;
	border: 1px solid #007cba;
	transition: 0.3s;
}
