@charset "UTF-8";

/*
Theme Name: SmartLP V2
Theme URI: https://lastonemile.jp/
Author: Last One Mile / kuboichikara
Author URI: https://lastonemile.jp/
Description: SmartLP V2
Requires at least: 
Tested up to: 
Requires PHP: 
Version: 0.1
License: 
License URI: 
Text Domain: 
Tags: 
*/

@import url("./dist/bundle.css");

:root {

    /* サイトのメインカラー */
    --primary-color: #356cec;

    /* テキストカラー */
    --basic-text-color: #333333;
    --link-text-color: var(--primary-color);
    --hover-text-color: var(--primary-color);

    --basic-border-color: #e6e6e6; /* ボーダーのカラー #e6e6e6 */

    /* マテリアルコンポーネント関連（グローバルナビ、サブナビの文字色） */
    --mdc-theme-primary: #333333;

    /* メインビジュアル */
    --mv-filter: saturate(80%) brightness(80%); /* フィルタ 60%〜80%くらい */
    --catch-color: #ffffff; /* キャッチコピー */

    /* フロントページ */
    --concept-color: #ffffff; /* コンセプト テキストカラー */
    --concept-bgcolor: var(--primary-color); /* コンセプト 背景色 */

    /* フッター */
    --footer-color: #ffffff; /* フッター 文字色 */
    --footer-bgcolor: #356cec; /* フッター 背景色 */

}