@font-face {
    font-family: 'Montserrat';
    font-display: swap;
      src: url('/wp-content/themes/dz/fonts/montserrat/Montserrat-Regular.ttf');
      font-weight:400;
  }
  @font-face {
    font-family: 'Montserrat';
    font-display: swap;
      src: url('/wp-content/themes/dz/fonts/montserrat/Montserrat-Medium.ttf');
      font-weight:500;
  }
  @font-face {
    font-family: 'Montserrat';
    font-display: swap;
      src: url('/wp-content/themes/dz/fonts/montserrat/Montserrat-SemiBold.ttf');
      font-weight:600;
  }
  @font-face {
    font-family: 'Montserrat';
    font-display: swap;
      src: url('/wp-content/themes/dz/fonts/montserrat/Montserrat-Bold.ttf');
      font-weight:700;
  }

  body,
  button,
  input,
  select,
  textarea {
      font-family: "Montserrat"!important;
      font-weight: 400!important;
  }
  
  #masthead.site-header .hgroup .site-title,
  #masthead.site-header.masthead-logo-in-menu .logo>.site-title {
      font-family: "Montserrat"!important;
      font-weight: 600!important;
  }
  
  #page-wrapper h1,
  #page-wrapper h2,
  #page-wrapper h3,
  #page-wrapper h4,
  #page-wrapper h5,
  #page-wrapper h6 {
      font-family: "Montserrat"!important;
      font-weight: 500!important;
  }
  
  .main-navigation,
  .mobile-nav-frame,
  .mobile-nav-frame .title h3 {
      font-family: "Montserrat"!important;
      font-weight: 700!important;
  }