/* 
 Theme Name:   Twenty Twenty-Four Child
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   http://new2.sattelberger.com
 Template:     twentytwentyfour
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

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

  body, p, a, div, span, figcaption, h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost';
  font-weight: 400;
}

.pswp__bg {
  background:#000000CC!important;
}

.pswp__button.pswp__button--share {
  display:none;
}



/*MICHAEL


/* Erzwinge 20% Abdunklung für Outline-Buttons MIT gesetzter Textfarbe */
:root .wp-block-button.is-style-outline > a.wp-block-button__link.has-text-color:hover,
:root .wp-block-button > a.wp-block-button__link.is-style-outline.has-text-color:hover {
  /* Theme-Hover neutralisieren und eigenen Effekt erzwingen */
  /*background-color: transparent !important;*/
  /*color: inherit !important;  			 */      /* behält deine Textfarbe */
  /*color: red !important;       			 */    	 /* behält deine Textfarbe */  
  /*border-color: currentColor !important;   */      /* Rahmen = Textfarbe */
  filter: brightness(90%) !important; /* alles 20% dunkler */
}
