/* Lyra CMS - Static Generated Styles */

/* Dynamic Color Variables Generated Statically */
:root {
    --color-button-dark: #1a1a1a;
    --color-button-dark-hover: #333333;
    --color-button-light: #ffffff;
    --color-button-light-hover: #f5f5f5;
    --color-button-accent: #C37C18;
    --color-button-accent-hover: #C37C18;
    --color-text-light: #ffffff;
    --color-text-dark: #1a1a1a;
    --color-text-highlight: #C37C18;
    --color-text-on-accent: #ffffff;
    --color-base-background: #F2F2F2;
    --color-surface-light: #F2F2F2;
    --color-surface-dark: #2B3436;
    --color-surface-accent-light: #EDE9E3;
    --color-surface-accent-dark: #326771;
    --color-form-label-light: #ffffff;
    --color-form-text-light: #ffffff;
    --color-form-label-dark: #495057;
    --color-form-text-dark: #212529;
}

/* Color Utility Classes */
.bg-button-dark { background-color: #1a1a1a !important; }
.text-button-dark { color: #1a1a1a !important; }
.border-button-dark { border-color: #1a1a1a !important; }
.bg-button-dark-hover { background-color: #333333 !important; }
.text-button-dark-hover { color: #333333 !important; }
.border-button-dark-hover { border-color: #333333 !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: #C37C18 !important; }
.text-button-accent { color: #C37C18 !important; }
.border-button-accent { border-color: #C37C18 !important; }
.bg-button-accent-hover { background-color: #C37C18 !important; }
.text-button-accent-hover { color: #C37C18 !important; }
.border-button-accent-hover { border-color: #C37C18 !important; }
.bg-text-light { background-color: #ffffff !important; }
.text-text-light { color: #ffffff !important; }
.border-text-light { border-color: #ffffff !important; }
.bg-text-dark { background-color: #1a1a1a !important; }
.text-text-dark { color: #1a1a1a !important; }
.border-text-dark { border-color: #1a1a1a !important; }
.bg-text-highlight { background-color: #C37C18 !important; }
.text-text-highlight { color: #C37C18 !important; }
.border-text-highlight { border-color: #C37C18 !important; }
.bg-text-on-accent { background-color: #ffffff !important; }
.text-text-on-accent { color: #ffffff !important; }
.border-text-on-accent { border-color: #ffffff !important; }
.bg-base-background { background-color: #F2F2F2 !important; }
.text-base-background { color: #F2F2F2 !important; }
.border-base-background { border-color: #F2F2F2 !important; }
.bg-surface-light { background-color: #F2F2F2 !important; }
.text-surface-light { color: #F2F2F2 !important; }
.border-surface-light { border-color: #F2F2F2 !important; }
.bg-surface-dark { background-color: #2B3436 !important; }
.text-surface-dark { color: #2B3436 !important; }
.border-surface-dark { border-color: #2B3436 !important; }
.bg-surface-accent-light { background-color: #EDE9E3 !important; }
.text-surface-accent-light { color: #EDE9E3 !important; }
.border-surface-accent-light { border-color: #EDE9E3 !important; }
.bg-surface-accent-dark { background-color: #326771 !important; }
.text-surface-accent-dark { color: #326771 !important; }
.border-surface-accent-dark { border-color: #326771 !important; }
.bg-form-label-light { background-color: #ffffff !important; }
.text-form-label-light { color: #ffffff !important; }
.border-form-label-light { border-color: #ffffff !important; }
.bg-form-text-light { background-color: #ffffff !important; }
.text-form-text-light { color: #ffffff !important; }
.border-form-text-light { border-color: #ffffff !important; }
.bg-form-label-dark { background-color: #495057 !important; }
.text-form-label-dark { color: #495057 !important; }
.border-form-label-dark { border-color: #495057 !important; }
.bg-form-text-dark { background-color: #212529 !important; }
.text-form-text-dark { color: #212529 !important; }
.border-form-text-dark { border-color: #212529 !important; }


/* Dynamic Font Classes Generated Statically */

.font-display {
    font-family: "Fugaz One", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 4rem !important;
}

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

.font-secondary-headline {
    font-family: "Fugaz One", -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: "Fugaz One", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
}

.font-paragraph {
    font-family: "Noto Serif", -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: "Fugaz One", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.025em !important;
    text-transform: capitalize !important;
    font-size: 0.875rem !important;
}

.font-form-label {
    font-family: "Noto Serif", -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: "Noto Serif", -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;
}


