/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://example.com
 Description: Child theme für Twenty Twenty-Five
 Author: Ihr Name
 Template: twentytwentyfive
 Version: 1.0
*/
.btn {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.btn-blue {
    background: #0073e6;
    color: #fff;
}

.btn-red {
    background: #d7263d;
    color: #fff;
}

.btn-green {
    background: #0aab4e;
    color: #fff;
}
