/* Lyra CMS - Static Generated Styles */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@400;500&family=Open+Sans:wght@400;600&display=swap');

/* Dynamic Color Variables Generated Statically */
:root {
    --color-button-dark: #D9C1AF;
    --color-button-dark-hover: #F0DED0;
    --color-button-light: #FFFFFF;
    --color-button-light-hover: #F5F5F5;
    --color-button-accent: #F0D3B2;
    --color-button-accent-hover: #D2B99D;
    --color-text-light: #F1E9E4;
    --color-text-dark: #252525;
    --color-text-highlight: #CBC0B9;
    --color-text-on-accent: #070d00;
    --color-base-background: #4C4848;
    --color-surface-light: #F5F5F5;
    --color-surface-dark: #403C3B;
    --color-surface-accent-light: #a9846c;
    --color-surface-accent-dark: #403C3B;
    --color-form-label-light: #edf2f6;
    --color-form-text-light: #edf2f6;
    --color-form-label-dark: #252525;
    --color-form-text-dark: #252525;
}

/* Color Utility Classes */
.bg-button-dark { background-color: #D9C1AF !important; }
.text-button-dark { color: #D9C1AF !important; }
.border-button-dark { border-color: #D9C1AF !important; }
.bg-button-dark-hover { background-color: #F0DED0 !important; }
.text-button-dark-hover { color: #F0DED0 !important; }
.border-button-dark-hover { border-color: #F0DED0 !important; }
.bg-button-light { background-color: #FFFFFF !important; }
.text-button-light { color: #FFFFFF !important; }
.border-button-light { border-color: #FFFFFF !important; }
.bg-button-light-hover { background-color: #F5F5F5 !important; }
.text-button-light-hover { color: #F5F5F5 !important; }
.border-button-light-hover { border-color: #F5F5F5 !important; }
.bg-button-accent { background-color: #F0D3B2 !important; }
.text-button-accent { color: #F0D3B2 !important; }
.border-button-accent { border-color: #F0D3B2 !important; }
.bg-button-accent-hover { background-color: #D2B99D !important; }
.text-button-accent-hover { color: #D2B99D !important; }
.border-button-accent-hover { border-color: #D2B99D !important; }
.bg-text-light { background-color: #F1E9E4 !important; }
.text-text-light { color: #F1E9E4 !important; }
.border-text-light { border-color: #F1E9E4 !important; }
.bg-text-dark { background-color: #252525 !important; }
.text-text-dark { color: #252525 !important; }
.border-text-dark { border-color: #252525 !important; }
.bg-text-highlight { background-color: #CBC0B9 !important; }
.text-text-highlight { color: #CBC0B9 !important; }
.border-text-highlight { border-color: #CBC0B9 !important; }
.bg-text-on-accent { background-color: #070d00 !important; }
.text-text-on-accent { color: #070d00 !important; }
.border-text-on-accent { border-color: #070d00 !important; }
.bg-base-background { background-color: #4C4848 !important; }
.text-base-background { color: #4C4848 !important; }
.border-base-background { border-color: #4C4848 !important; }
.bg-surface-light { background-color: #F5F5F5 !important; }
.text-surface-light { color: #F5F5F5 !important; }
.border-surface-light { border-color: #F5F5F5 !important; }
.bg-surface-dark { background-color: #403C3B !important; }
.text-surface-dark { color: #403C3B !important; }
.border-surface-dark { border-color: #403C3B !important; }
.bg-surface-accent-light { background-color: #a9846c !important; }
.text-surface-accent-light { color: #a9846c !important; }
.border-surface-accent-light { border-color: #a9846c !important; }
.bg-surface-accent-dark { background-color: #403C3B !important; }
.text-surface-accent-dark { color: #403C3B !important; }
.border-surface-accent-dark { border-color: #403C3B !important; }
.bg-form-label-light { background-color: #edf2f6 !important; }
.text-form-label-light { color: #edf2f6 !important; }
.border-form-label-light { border-color: #edf2f6 !important; }
.bg-form-text-light { background-color: #edf2f6 !important; }
.text-form-text-light { color: #edf2f6 !important; }
.border-form-text-light { border-color: #edf2f6 !important; }
.bg-form-label-dark { background-color: #252525 !important; }
.text-form-label-dark { color: #252525 !important; }
.border-form-label-dark { border-color: #252525 !important; }
.bg-form-text-dark { background-color: #252525 !important; }
.text-form-text-dark { color: #252525 !important; }
.border-form-text-dark { border-color: #252525 !important; }


/* Dynamic Font Classes Generated Statically */

.font-display {
    font-family: "Playfair Display", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
    font-size: 3rem !important;
}

.font-primary-headline {
    font-family: "Playfair Display", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    font-size: 2.5rem !important;
}

.font-secondary-headline {
    font-family: "Playfair Display", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 1.75rem !important;
}

.font-eyebrow {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-size: 0.875rem !important;
}

.font-paragraph {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 1rem !important;
}

.font-button {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-size: 0.875rem !important;
}

.font-form-label {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 0.875rem !important;
}

.font-form-text {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 1rem !important;
}


/* Custom CSS from CMS */
.page-id-188 .text-image-section, .page-id-188 .inner-container {
    padding: 20px !important;
}

.page-id-188 .content-block:last-of-type {
    padding-bottom: 160px;
}

@media (min-width: 786px) {
    .page-id-186 #lyra-widget {
		position: absolute;
	    margin-top: -400px;
	    z-index: 20;
    }
	#lyra-widget {
    	min-width: 620px;
	}
}

