/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/twenty-twenty-five-child
Description: Child Theme für Twenty Twenty-Five
Author: Dein Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.0
*/

/* Hier kannst du eigene CSS-Regeln einfügen */
/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/twenty-twenty-five-child
Description: Child Theme für Twenty Twenty-Five
Author: Dein Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.0
*/

/* Hier kannst du eigene CSS-Regeln einfügen */
.zip-download-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #c69406; /* Wunschfarbe */
    color: white;
    font-size: 16px;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;

    /* Zentrierung */
    display: block;
    margin: 20px auto;
    width: fit-content;
}

.zip-download-button:hover {
    background-color: #a87e04; /* dunklere Variante beim Hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/wp-content/themes/twentytwentyfive-child/fonts/BebasNeue-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/wp-content/themes/twentytwentyfive-child/fonts/EBGaramond-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('/wp-content/themes/twentytwentyfive-child/fonts/EBGaramond-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

/* Beispiel-Anwendung */
body {
    font-family: 'EB Garamond', serif;
}

h1, h2, h3 {
    font-family: 'EB Garamond', serif;
}
