/* ===== Farbvariablen – Outdoor-Palette =====
   Quelle: https://coolors.co/palette/606c38-283618-fefae0-dda15e-bc6c25
   Olive Leaf #606c38 | Black Forest #283618 | Cornsilk #fefae0
   Light Caramel #dda15e | Copper #bc6c25
   Abgeleitet: Deep Forest #1a2410 | Mid Forest #3f4e24
   Milchglas: Pale Wheat #f9f6da | Soft Linen #f0edd0 | Pale Sage #e8eacc
*/
:root {
  --orm-primary: #606c38;
  --orm-primary-light: #7a8450;
  --orm-primary-mid: #3f4e24;
  --orm-primary-dark: #283618;
  --orm-primary-deeper: #1a2410;
  --orm-accent: #dda15e;
  --orm-accent-light: #e8bf8a;
  --orm-copper: #bc6c25;
  --orm-copper-dark: #a3612a;
  --orm-bg-light: #fefae0;
  --orm-bg-soft: #f9f6da;
  --orm-bg-muted: #f0edd0;
  --orm-bg-subtle: #e8eacc;
  --orm-white: #fff;
  --orm-gray: #c8c4a8;
  --orm-gray-dark: #5c5a42;
  --orm-black: #283618;
  --orm-error: #bc6c25;
  --orm-warning: #dda15e;
  --orm-success: #606c38;
  --orm-primary-rgb: 96, 108, 56;
  --orm-primary-dark-rgb: 40, 54, 24;
  --orm-white-rgb: 255, 255, 255;
  --orm-bg: var(--orm-bg-light);
  --orm-section-about: var(--orm-bg-light);
  --orm-section-about-text: var(--orm-primary-dark);
  --orm-section-about-heading: var(--orm-copper);
  --orm-section-steps: var(--orm-bg-light);
  --orm-section-steps-text: var(--orm-primary-dark);
  --orm-section-steps-heading: var(--orm-primary);
  --orm-section-events: var(--orm-bg-light);
  --orm-section-events-text: var(--orm-primary-dark);
  --orm-section-events-heading: var(--orm-primary-mid);
  --orm-section-faq: var(--orm-bg-light);
  --orm-section-faq-text: var(--orm-primary-dark);
  --orm-section-faq-heading: var(--orm-primary-dark);
  --orm-section-app: var(--orm-bg-light);
  --orm-section-app-text: var(--orm-primary-dark);
  --orm-section-app-heading: var(--orm-primary);
  --orm-card: var(--orm-white);
  --orm-text: var(--orm-primary-dark);
  --orm-text-on-dark: var(--orm-bg-light);
}
