/*
 Theme Name:   Daniel Tischer Child
 Theme URI:    https://www.danieltischer.de
 Description:  Personal Brand Child Theme für GeneratePress
 Author:       Daniel Tischer
 Template:     generatepress
 Version:      1.0.0
*/

:root {
  --petrol: #006d75; /* Hauptfarbe */
  --font-headline: 'Domine', serif;
  --font-text: 'Manrope', sans-serif;
}

body {
  font-family: var(--font-text);
  color: #333;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-headline);
  color: var(--petrol);
}
a {
  color: var(--petrol);
}
a:hover {
  opacity: 0.8;
}
