/*
Theme Name: ATAJA Astra Child
Theme URI: https://ataja-unites.de
Description: Child theme for ATAJA Unites e.V. based on Astra
Author: DinoBot
Author URI: https://ataja-unites.de
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ataja-astra-child
*/

/* Custom ATAJA Styles */
:root {
    --ataja-primary: #1EB574;
    --ataja-secondary: #50A4EB;
    --ataja-accent: #FDC9A6;
}

/* Header Styles */
.site-header {
    background: #ffffff;
}

/* Footer Styles */
.site-footer {
    background: #f8f9fa;
}

/* Custom Button Styles */
.ataja-button {
    background-color: var(--ataja-primary);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.ataja-button:hover {
    background-color: #17a065;
}
