/*
Theme Name: GARAGE 58 MOTOR
Theme URI: https://garage58mtr-7u2hquoh.manus.space
Author: GARAGE 58 MOTOR & Manus AI
Author URI: https://garage58mtr-7u2hquoh.manus.space
Description: アメ車、ピックアップトラック、アメリカンバイク、USDMカスタム専門ショップ「GARAGE 58 MOTOR」の公式WordPressテーマ。黒×白のアメリカンビンテージスタイル、在庫管理、Instagram/Reels埋め込みに対応。
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: garage58-motor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@tailwind base;
@tailwind components;
@tailwind utilities;

/* Custom Styles */
body {
  background-color: #000000;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.stripe-divider {
  height: 4px;
  background: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    #000000 10px,
    #000000 20px
  );
}
