/*
Theme Name:  Sportförderverein Imst
Theme URI:   https://sportfoerderverein-imst.at
Author:      Sportförderverein Imst
Author URI:  https://sportfoerderverein-imst.at
Description: Offizielles WordPress-Theme des Sportfördervereins Imst – Modern, sauber und sportlich.
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: sfv-imst
Tags:        sports, club, responsive, custom-menu, featured-images, translation-ready
*/

/* Base reset – additional styles in assets/css/main.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: #1f2937; background: #fff; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
