/*
 Theme Name:   Astra Child
 Template:     astra
 Version:      1.0.0
*/

@import url("../astra/style.css");



/* Gombok alap stílusa */
button {
    margin: 5px;
    padding: 12px 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}
button:hover {
    transform: scale(1.05);
}
