/**
* Theme Name: Tusant SecondLine Child
* Description: This is a child theme of Tusant SecondLine.
* Author: <a href="https://secondlinethemes.com/">SecondLineThemes</a>
* Template: tusant-secondline
* Version: 1.5.6
*/
/* --- Lokale Google Fonts: Rubik --- */

//* rubik-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: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/rubik-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-italic - 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: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/rubik-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-700 - 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: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/rubik-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-700italic - 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: 'Rubik';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/rubik-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* --- Ende Schrift-Einbindung --- */

body,
button,
input,
select,
textarea {
  font-family: 'Rubik', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.main-navigation a {
  font-family: 'Rubik', sans-serif !important;
}



#main-container-secondline .elementor-button-text,
#main-container-secondline .elementor-button,
#main-container-secondline .elementor-button-link,
#main-container-secondline a.button.podcast-subscribe-button,
#main-container-secondline a.button.podcast-subscribe-button:hover,
#main-container-secondline a.button.podcast-subscribe-button:focus,
#main-container-secondline a.button.podcast-subscribe-button:active {
  font-family: 'Rubik', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
}