/*
Theme Name: GreenScape Pro
Theme URI: https://example.com
Author: Jürgen Günther
Author URI: https://example.com
Description: Modernes WordPress Block Theme für Garten- und Landschaftsbau.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.2
Version: 1.0.0
License: GPL v2 or later
Text Domain: greenscape-pro
Tags: full-site-editing, block-theme, landscaping, gardening
*/

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    font-family:Inter,sans-serif;
    background:#F8FAF7;
    color:#263238;
}

img{
    max-width:100%;
    height:auto;
}

.wp-site-blocks{
    min-height:100vh;
}

a{
    color:#2E7D32;
    transition:.3s;
}

a:hover{
    color:#66BB6A;
}

.wp-block-button__link{
    border-radius:40px;
    padding:14px 32px;
    transition:.3s;
}

.wp-block-button__link:hover{
    transform:translateY(-2px);
}

section{
    padding:80px 0;
}
