/* 
Theme Name:		 fides et educatio
Theme URI:       https://trtco.de
Author:			 TRTCO Marketing | Jens Ratzel
Author URI:		 https://trtco.de
Template:		 twentytwentyfour
Version:		 1.1
Text Domain:	 fideseteducatio
*/

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/poppins-v21-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/poppins-v21-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/poppins-v21-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/poppins-v21-latin-900.woff2') format('woff2');
}

body {
    font-family: "Poppins", sans-serif;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
  background-image: url(images/dashboard-logo.png) !important;
  background-size: cover;
  color:rgba(0, 0, 0, 0);
}
#wpadminbar #wp-admin-bar-wp-logo:hover > .ab-item .ab-icon {
  background-position: 0 0;
}

.wp-block-navigation .current-menu-item > a {
  text-decoration: none;
  font-weight: 700;
  color: #59358b!important;
}
.wp-block-navigation .current-menu-item > a:hover {
  text-decoration: underline;
}

a.wp-block-latest-posts__post-title {
  text-decoration: none!important;
  color: #59358b!important;
  font-size: 1.3rem!important;
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 2em;
}

.wp-block-latest-posts__post-excerpt {
      margin-bottom: 2em;
}