/*
Theme Name: Zbor cu Balonul
Theme URI: https://zb.awsarhitect.me/
Author: Kit
Author URI: https://zb.awsarhitect.me/
Description: Temă minimală — ecran complet cu imagine hero. Zboară deasupra cotidianului. Temă cu licență gratuită (GPL), creată de Kit.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zbor-cu-balonul
Domain Path: /languages
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #0a0a0a;
}

.zbor-hero {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0a0a0a;
  background-image: var(--zbor-hero-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .zbor-hero {
    background-attachment: scroll;
  }
}
