/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*Add your own styles here:*/



/*::::::::::::::::::eigene lokale Schriftart:::::::::::::::::::::::::::::*/
@font-face {
    font-family: 'Levenim MT LOCAL';
    src: url('/fonts/LevenimMT.woff2') format('woff2'),
         url('/fonts/LevenimMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Levenim MT LOCAL', sans-serif;
}

/*::::::::::::::::::alles was fett ist wird grün:::::::::::::::::::::::::::::*/
:where(*):is([style*="font-weight:600"], [style*="font-weight:700"], [style*="font-weight:800"], [style*="font-weight:900"]) {
  color: #13a538 !important;
}

:is(b, strong) {
  color: #13a538 !important;
}

*[style*="font-weight:bold"] {
  color: #13a538 !important;
}
b, strong {
  color: #13a538 !important;
}