/*
Theme Name: Aurélle
Theme URI: https://aurelle-beauty.com
Author: Aurélle
Author URI: https://aurelle-beauty.com
Description: An elegant, editorial full-site-editing block theme for the Aurélle beauty brand — skincare, makeup, hair, and body. Soft neutral palette, serif display headings, and ready-made homepage, shop, and journal layouts.
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aurelle
Tags: full-site-editing, blog, e-commerce, portfolio, one-column, two-columns, custom-colors, custom-logo, custom-menu, editor-style, featured-images, block-styles, wide-blocks
*/

/* Block themes are styled primarily through theme.json. Minimal supplemental CSS below. */

.wp-block-button__link {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.aurelle-card {
  transition: transform 0.25s ease;
}
.aurelle-card:hover {
  transform: translateY(-4px);
}

a {
  text-underline-offset: 0.2em;
}
