/*
Theme Name:  LUMINA OPTICAL
Theme URI:   https://lumina-optical.jp
Author:      LUMINA OPTICAL Inc.
Description: 神戸発の高級アイウェアブランド LUMINA OPTICAL 専用 WordPress テーマ。ネイビー×シアンのグラスモーフィズムデザイン。コンセプト・商品案内・会社概要・お問合せの4下層ページ対応。
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: lumina-optical
Tags:        luxury, dark, glass-morphism, eyewear, japanese
*/

/* ===========================================================
   Base Reset
   =========================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background-color: #0A1128;
  color: #E8F0F8;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
