/*
 Theme Name:   Divi Child – Scoo
 Theme URI:    https://www.drinkscoo.de
 Description:  Child Theme für Scoo
 Author:       Popien Webdesign
 Template:     Divi
 Version:      1.0.0
*/

/* Zusätzliche Styles liegen in /assets/kulturtaler-divi.css */

:root {
  --scoo-orange: #FF6632;
  --scoo-gruen: #DFE58E;
  --scoo-weiss-0: #FFFFFF;
  --scoo-weiss-1: #FAFBEE;
  --scoo-dunkel-orange: #CA4B20;
  --scoo-hell-gruen: #F0F1DB;
  --scoo-dunkel-gruen: #14251B;

  --scoo-limette: #79AC2B;
  --scoo-ingwer: #FEF177;
  --scoo-hopfen: #646838;
  --scoo-grapefruit: #F7CCD5;
  --scoo-classic-1: #BC5B0C;
  --scoo-classic-2: #FFDE44;

  --scoo-limette-hell: #ADC774;
  --scoo-ingwer-hell: #F5EB91;
  --scoo-hopfen-hell: #9DA082;
  --scoo-grapefruit-hell: #F7CCD5; 
  --scoo-classic-1-hell: #E4AA79;
  --scoo-classic-2-hell: #E7EB88;
}

body, p, .et_pb_text_inner {
  font-family: 'GT Walsheim Regular', Helvetica, Arial, sans-serif;
  color: var(--scoo-dunkel-gruen);
}

strong, b, .scoo-highlight {
  font-family: 'GT Walsheim Bold', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'GT Walsheim Black', Helvetica, Arial, sans-serif;
  color: var(--scoo-dunkel-gruen);
}

.scoo-headline-expressive h1, 
.scoo-headline-expressive h2 {
  font-family: 'GT Walsheim Black', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.scoo-construction-banner {
  background-color: var(--scoo-dunkel-gruen);
  color: var(--scoo-weiss-0);
  text-align: center;
  padding: 12px 20px;
  font-family: 'GT Walsheim Bold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
}