/*
Theme Name: wpw-mediabook Child theme of wpw-mediabook
Theme URI: 
Description: Child theme of wpw-mediabook theme for the wpw-mediabook theme
Author: 
Author URI: 
Template: wpw-mediabook
Version: 
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 29 Oct 2025 11:12:34 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.menu-item a {
    font-family: 'Federo', cursive !important;
    font-size: 16px !important; /* anpassen nach Wunsch */
}

.graphic-button {
    background-image: url('/wp-content/themes/wpw-mediabook/images/graphics_dark.png') /*no-repeat !important;
/*    background-size: contain; /* optional */
}

/* Federo für Site Title */
.site-title a, #site-title a {
    font-family: 'Federo', cursive;
    font-size: 2rem; /* anpassen nach Wunsch */
    font-weight: normal;
}

/* Federo für Site Description / Tagline */
.site-description, #site-description {
    font-family: 'Federo', cursive;
    font-size: 1.2rem; /* anpassen nach Wunsch */
    font-weight: normal;
}