:root {
    color-scheme: light;
    --primary: #1d4ed8;
    --primary-dark: #1e3a8a;
    --text: #111827;
    --muted: #6b7280;
    --border: #e5e7eb;
    --background: #f6f7f9;
    --surface: #ffffff;
    --surface-muted: #f9fafb;
    --footer: #1f2937;
    --header-background: rgba(31, 41, 55, 0.92);
    --admin-header-background: #1e3a8a;
    --input-background: #ffffff;
    --input-text: #0f172a;
    --input-border: #cbd5e1;
    --button-light-background: #ffffff;
    --button-light-text: #1e3a8a;
    --card-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.info-page-image img {
    max-width: 480px;
    margin-inline: auto;
}
