/*---------------------------------------------------------------------------------

 Theme Name:   Marketing
 Theme URI:    https://marketing.sh
 Description:  neu Entwicklung
 Author:       Boris Müllenbach
 Author URI:   https://edv.sh
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* libre-franklin-500 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('fonts/libre-franklin-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/libre-franklin-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* libre-franklin-700 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('fonts/libre-franklin-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/libre-franklin-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
h1,h2 ,h3 ,h4 ,h5 , h6 {
font-family: 'Libre Franklin',Helvetica,Arial,Lucida,sans-serif;
font-weight: 700!important;
font-weight: bold;
}

body, input, textarea, select {
  font-family: 'Libre Franklin',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}