/*
Theme Name:   Hello Elementor Child Theme
Theme URI:    https://elementor.com/
Description:  Child Theme für Hello Elementor mit individuellen Anpassungen
Author:       Daniel
Author URI:   https://knodan.com
Template:     hello-elementor
Version:      3.3.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* ------------------------------------------------------
   Basis-Setup
------------------------------------------------------- */

body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400; /* Standard Regular */
  line-height: 1.6;
  color: #222;
}

/* Utility-Klassen */
.josefin-light {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

.josefin-regular {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.josefin-bold {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
