/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Andreas Krüger
 Author URI:     https://www.agentur-impladent.de
 Template:       Divi
 Version:        1.0.0
*/


@import "css/fonts.css";

body {
	font-family: 'Oxanium-Light';
	font-weight: 300;
	font-style: normal;
	font-size: 1.25rem !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oxanium-Bold';
	font-weight: 700;
	font-style: bold;
}

.logo {
	max-width:400px;
}

.red {
	color: #b51f1f;
}