/*
Theme Name: badoeynhausen
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Silka Font lokal einbinden */
@font-face {
  font-family: 'Silka';
  src: url('fonts/silka/silka-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Silka';
  src: url('fonts/silka/silka-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Silka als Standard für gesamte Website */
html, body, h1, h2, h3, h4, h5, h6, p, a, .button, .ux-text, .ux-heading {
  font-family: 'Silka', sans-serif !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
