/*
Theme Name: K2 Personal Gym
Theme URI: https://k2-pgym.com
Author: K2 Personal Gym
Author URI: https://k2-pgym.com
Description: K2 Personal Gym専用のランディングページテーマ。LINE登録者向けの無料体験オファーページ。
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: k2-personal-gym
Tags: landing-page, fitness, gym, responsive
*/

/* Tailwind CSS CDN will be loaded via functions.php */

:root {
  --k2-orange: #ff6b4a;
  --k2-orange-hover: #ff5533;
  --k2-green: #06c755;
  --k2-green-hover: #05b34d;
  --k2-teal: #4ecdc4;
  --k2-teal-dark: #44a08d;
  --k2-cream: #fff8f0;
  --k2-gray: #2d3748;
  --k2-light-gray: #f7fafc;
  --k2-gold: #ffd700;
}

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

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  line-height: 1.6;
  color: var(--k2-gray);
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
