/*
Theme Name: wasfine.life
Theme URI: https://tomorrowwasfine.life/
Description: minimalist, application-style theme for the "was fine" system. fully compatible with wasfine | core and modules.
Version: 0.2.0
Author: Grzegorz Sztank
Author URI: https://tomorrowwasfine.life/
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: wasfine-life
*/

/* Reset i drobne utilsy – reszta w theme.json i assets */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* Kontener aplikacyjny */
.app-container { max-width: 720px; margin: 0 auto; padding: 0; }
.toolbar-spacer { height: var(--fz-toolbar-height, 56px); }


