/*
Theme Name:  Seovidi Webangentur
Theme URL:   https://www.seovidi.com/
Description: Child Theme für Seovidi
Author:      E. Klatt
Author URL:  https://www.seovidi.com/
Template:    Divi
Version:     1.0.0
*/


/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
 }
 
 /* Fließtext */
p,
body {
  font-family: 'Montserrat', sans-serif !important;
}

/* Montserrat für alle Buttons (Links, echte Buttons, Formulare) */
#page-container a.et_pb_button,
#page-container .et_pb_button,
#page-container .et_pb_button[class*="et_pb_button_"],
#page-container [class*="et_pb_button_"].et_pb_button,
button,
input[type="button"],
input[type="submit"] {
  font-family: 'Montserrat', sans-serif !important;
}

