/*
 * Futuro Theme CSS Overrides
 * Loaded only when Store#theme == "futuro" (via theme_overrides_stylesheet).
 * Scoped to storefront pages; admin UI is unaffected.
 *
 * The former button-override block (sharp corners, uppercase, wide tracking,
 * ink-on-background) has been retired. Every storefront text CTA now renders
 * through the `themed_button` helper, which resolves to
 * `Components::Themes::Futuro::ButtonComponent` under the Futuro theme and
 * emits the editorial classes natively — no `!important` overrides needed.
 *
 * Icon-only buttons (wishlist heart, mobile nav toggles, quantity steppers,
 * account avatar, modal close buttons, etc.) intentionally stay outside the
 * themed_button path and keep their own utility classes, so no escape-hatch
 * rules are required here either.
 *
 * If you need to tweak CTA visuals globally, edit VARIANTS in
 * app/components/themes/futuro/button_component.rb rather than re-introducing
 * CSS overrides in this file.
 */
