/*
Theme Name: Cielo
Theme URI: https://cielo.de
Author: Cielo / DINAX GmbH
Author URI: https://cielo.de
Description: Block theme for the Cielo glow-stars shop. Implements the brand palette (navy #375476, yellow #ffec19, cream #f5f0e8) and the Playfair Display + Lato type pair. Designed to work hand-in-hand with WooCommerce and the cielo-blocks plugin.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cielo
Tags: full-site-editing, block-themes, e-commerce, one-column, two-columns, custom-colors, custom-logo, custom-menu, featured-images, translation-ready
*/

/* All visual styling lives in theme.json. This file exists to satisfy the
   WordPress theme header requirement. Add overrides below if absolutely
   necessary. */

/* Hide focus ring on mouse, keep on keyboard */
:focus:not(:focus-visible) { outline: none; }
:focus-visible { outline: 2px solid var(--wp--preset--color--yellow); outline-offset: 2px; }

/* Smooth in-page scroll for anchor links */
html { scroll-behavior: smooth; }
