/*
Theme Name: Layher Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1747152876
Updated: 2025-05-13 16:14:36

*/

@font-face {
  font-family: 'LayherHeadline';
  src: url('fonts/LayherHeadlineVF.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LayherText';
  src: url('fonts/LayherTextTT-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'LayherText', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'LayherHeadline', sans-serif;
}

@media only screen and (max-width: 980px) {
  /* Target any submenu (dropdown) in the mobile menu */
  .et_mobile_menu .sub-menu,
  .et_mobile_menu .children {
    max-height: calc(100vh - 60px); /* leave room for the header */
    overflow-y: auto;
  }
}