/*
Theme Name: My Twenty Twenty Child Theme
Theme URI: https://byte-hit.de
Description: A child theme for Twenty Twenty.
Author: Bernd Hintschitz
Author URI: https://byte-hit.de
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ---------------- Schriftart ändern: Google Abel ------------- */
@font-face {
  font-family: "Lato-Regular";
  font-display: swap;
  src: url(/wp-content/uploads/assets/fonts/Lato-Regular.woff2) format("woff2");
}


body, .entry-content, .entry-content p, .entry-content ol, .entry-content ul, .widget_text p, .widget_text ol, .widget_text ul, .widget-content .rssSummary, .comment-content p, .entry-content .wp-block-latest-posts__post-excerpt, .entry-content .wp-block-latest-posts__post-full-content, .has-drop-cap:not(:focus)::first-letter, .wp-block-file, ul.primary-menu, ul.modal-menu, h1, h2, h3, h4, h5, h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .faux-heading, .entry-content .faux-heading, .site-title, .pagination-single a, .shailan_CountdownWidget, .wp-block-file__button, button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .footer-credits, .footer-menu a, .footer-menu a:hover, .footer-menu a:focus, .tw-footer-size-small, .footer-top, .to-the-top {
  font-family: "Lato-Regular", system-ui, -apple-system, sans-serif!important;
}

/* ------ Silbentrennung ------ */
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
    -ms-hyphens: auto;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
/* ------ Haupteil ------- */

/* ------ footer-menu ------ */

/* ----- eigene Definitionen ----- */



