/*
Theme Name: Loveshack Child
Theme URI: https://github.com/TomWor/loveshack-child
Author: Tom Wor <mail@tomwor.com>
Author URI: https://loveshack.dev
Description: Child theme for Loveshack. Use this theme to customize Loveshack without modifying the parent theme files. Your customizations will be preserved when the parent theme is updated.
Version: 1.0.2
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
Template: loveshack
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: loveshack-child
Tags: blog, one-column, custom-logo, custom-menu, featured-images, microformats, translation-ready
*/

/* ==========================================================================
   Child Theme Overrides
   ==========================================================================

   Add small custom CSS below. The parent theme loads this file with the
   loveshack-base handle after assets/css/theme.css. Runtime Customizer CSS is
   printed inline after normal theme styles, so for Customizer-controlled values
   use the Customizer, a more specific selector, or late inline CSS from
   functions.php.

   Examples:

   Override one typography location:
   body .ls-site-title {
       font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
       letter-spacing: -0.025rem;
   }

   Customize a specific button without changing global Customizer values:
   body .ls-passwordless__submit {
       background: #ec4899;
   }

   Customize the stream item border radius:
   .ls-stream-item {
       border-radius: 24px;
   }

   Customize the floating subscription panel:
   .ls-floating-panel__inner {
       gap: var(--ls-space-sm);
   }

   Keep larger overrides in focused child CSS files:

   1. Create a child file such as:
      assets/css/theme/passwordless.css

   2. Load it from functions.php with wp_enqueue_style(), using
      loveshack-base as its dependency so it loads after this file.

   3. Put only subscriber form styles in that file. For example:
      .ls-passwordless__submit {
          border-radius: var(--ls-radius-sm);
      }

   ========================================================================== */
