/*
Theme Name: Hellweg BK Modern
Theme URI: https://www.hellweg-bk.de/
Author: Jan Gemander
Description: Ein radikal modernes, mobiles First Theme für das HBU.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: hbu-modern
*/

body {
    background-color: #f8fafc; /* Slate-50 */
}

img {
    max-width: 100%;
    height: auto;
}

.wp-block-button__link {
    background-color: #ea580c; /* HBU Orange */
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
}