/*
Theme Name:   pneumatik24-theme
Theme URI:    https://pneumatik-24.de
Description:  pneumatik-24.de Custom Child Theme (Basis: Storefront)
Author:       pneumatik-24.de
Template:     storefront
Version:      1.0.0
Text Domain:  pneumatik24-theme
*/

/* ============================================================
   CSS CUSTOM PROPERTIES – Farbsystem (Landefeld-Orientierung)
   Finale CI-Farben hier eintragen wenn bereit.
   ============================================================ */
:root {
  --color-primary:       #003366;
  --color-primary-dark:  #002244;
  --color-accent:        #e63312;
  --color-accent-hover:  #c42a0e;
  --color-text:          #222222;
  --color-text-muted:    #666666;
  --color-bg:            #ffffff;
  --color-bg-light:      #f5f5f5;
  --color-bg-dark:       #1a1a2e;
  --color-border:        #dddddd;
  --color-success:       #28a745;
  --color-warning:       #ffc107;
  --color-error:         #dc3545;

  --font-family:         'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-size-base:      15px;
  --line-height:         1.6;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: var(--line-height);
  color: var(--color-text);
  background: var(--color-bg);
}
