/* 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: #007acc;
    --color-button-accent-hover: #005a9e;
    --color-text-light: #ffffff;
    --color-text-dark: #1a1a1a;
    --color-text-highlight: #007acc;
    --color-text-on-accent: #ffffff;
    --color-base-background: #ffffff;
    --color-surface-light: #f8f9fa;
    --color-surface-dark: #343a40;
    --color-surface-accent-light: #e3f2fd;
    --color-surface-accent-dark: #f3e5f5;
    --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: #007acc !important; }
.text-button-accent { color: #007acc !important; }
.border-button-accent { border-color: #007acc !important; }
.bg-button-accent-hover { background-color: #005a9e !important; }
.text-button-accent-hover { color: #005a9e !important; }
.border-button-accent-hover { border-color: #005a9e !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: #007acc !important; }
.text-text-highlight { color: #007acc !important; }
.border-text-highlight { border-color: #007acc !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: #ffffff !important; }
.text-base-background { color: #ffffff !important; }
.border-base-background { border-color: #ffffff !important; }
.bg-surface-light { background-color: #f8f9fa !important; }
.text-surface-light { color: #f8f9fa !important; }
.border-surface-light { border-color: #f8f9fa !important; }
.bg-surface-dark { background-color: #343a40 !important; }
.text-surface-dark { color: #343a40 !important; }
.border-surface-dark { border-color: #343a40 !important; }
.bg-surface-accent-light { background-color: #e3f2fd !important; }
.text-surface-accent-light { color: #e3f2fd !important; }
.border-surface-accent-light { border-color: #e3f2fd !important; }
.bg-surface-accent-dark { background-color: #f3e5f5 !important; }
.text-surface-accent-dark { color: #f3e5f5 !important; }
.border-surface-accent-dark { border-color: #f3e5f5 !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: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    font-size: 4rem;
}

.font-primary-headline {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    font-size: 2.5rem;
}

.font-secondary-headline {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.75rem;
}

.font-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.font-paragraph {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1rem;
}

.font-button {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-transform: none;
    font-size: 0.875rem;
}

.font-form-label {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.875rem;
}

.font-form-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1rem;
}


