/*
Theme Name: Yasashisa Logic Landing
Theme URI: https://yasashisalogic.com
Description: ドローンサービス会社「Yasashisa Logic Co., Ltd.」の公式ランディングページテーマ。レスポンシブデザイン、自動スライドショー、YouTube動画埋め込み、お問い合わせフォーム機能を搭載。Professional Blue (#005BAC)とEco Green (#4CAF50)をベースにした洗練されたミニマルデザイン。しっぽりゴシック（Shippori Antique）フォント使用。
Author: Yasashisa Logic Co., Ltd.
Author URI: https://yasashisalogic.com
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
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: yasashisa-logic
Tags: one-page, landing-page, responsive-layout, custom-header, custom-menu, featured-images, threaded-comments, translation-ready

Yasashisa Logic Landing is a professional landing page theme for drone service companies.
*/

/* Google Fonts - しっぽりゴシック */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique&family=Shippori+Antique+B1&display=swap');

/* このファイルはWordPressテーマとして認識されるために必要です */
/* 実際のスタイルは template-landing-page.php に含まれています */

body {
    margin: 0;
    padding: 0;
    font-family: 'Shippori Antique', 'Shippori Antique B1', sans-serif;
}