/*
Theme Name: Adventkalender
Author: webdex.at - software & service
Author URI: www.webdex.at
Description: A minimal base WordPress theme for the Adventkalender project.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.2
Text Domain: adventkalender
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic reset and typography */
* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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