/* Theme: Standard — Feldnah Tenant Landing Page */
/* Dieses File definiert alle Farbvariablen für das Standard-Layout. */
/* Künftige Themes überschreiben nur diese Variablen. */

:root {
    --th-primary: #526C2B;
    --th-primary-light: rgba(82, 108, 43, 0.08);
    --th-secondary: #F0800F;
    --th-tertiary: #EB9725;
    --th-bg: #FFFDF8;
    --th-surface: #ffffff;
    --th-text: #2d3a1f;
    --th-text-muted: #5a6b4a;
    --th-border: rgba(82, 108, 43, 0.1);
    --th-border-light: rgba(82, 108, 43, 0.06);
    --th-radius: 16px;
    --th-radius-sm: 10px;
}

[data-theme="dark"] {
    --th-primary: #8ab64d;
    --th-primary-light: rgba(138, 182, 77, 0.1);
    --th-secondary: #F0800F;
    --th-tertiary: #EB9725;
    --th-bg: #12140e;
    --th-surface: #24281c;
    --th-text: #f0f4eb;
    --th-text-muted: #b0c0a0;
    --th-border: rgba(138, 182, 77, 0.1);
    --th-border-light: rgba(138, 182, 77, 0.06);
}
