/*
Theme Name: Hétkápolna Theme
Theme URI: https://example.com/hetkapolna-theme
Author: ChatGPT
Author URI: https://openai.com
Description: Single-page webapp style theme for the Váci Hétkápolna Mária-kegyhely.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hetkapolna-theme
Tags: one-column, responsive-layout
*/

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #FAF7F0;
    color: #333333;
}

#hetkapolna-app-root {
    min-height: 100vh;
}
