/*
Theme Name: PupClub
Theme URI: https://pupclub.com
Author: PupClub
Author URI: https://pupclub.com
Description: A minimal single-page WooCommerce theme for PupClub — light lavender background with centered branding.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pupclub
Tags: e-commerce, woocommerce, minimal, one-page
WooCommerce tested up to: 9.5
*/

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

html, body {
  height: 100%;
  width: 100%;
  background-color: #E6E0F3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pupclub-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.pupclub-emoji {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 16px;
}

.pupclub-name {
  font-family: 'Grove', Georgia, 'Times New Roman', serif;
  font-size: 14px;
  color: #2D2A33;
  letter-spacing: 0.04em;
}

.pupclub-est {
  font-family: 'Grove', Georgia, 'Times New Roman', serif;
  font-size: 10px;
  color: #6E6A77;
  margin-top: 4px;
  letter-spacing: 0.06em;
}
