/*
Theme Name: lom
Theme URI:
Description: A custom WordPress theme built with Vite
Version: 1.0.0
Author:
Author URI:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* This file is required by WordPress for theme recognition */
/* Actual styles are loaded from assets/css/main.css */

:root {
  /* Primary Colors */
  --color-primary: #EF8200;
  --color-secondary: #f5821f;

  /* Blue Colors */
  --color-blue-dark: #000826;
  --color-blue-light: #14344c;
  --color-blue-light-20: rgba(20, 52, 76, 0.2);
  --color-light-blue: #62a3ac;

  /* Gray Colors */
  --color-gray-100: #F4F4F4;
  --color-gray-300: #C9C9C9;
  --color-gray-500: #74776b;
  --color-black: #000000;

  /* Base Colors */
  --color-white: #ffffff;
  --color-bg: #FDF9F0;
  --color-red: #e81313;

  /* Shadow */
  --shadow-image: 4px 4px 12px rgba(0, 0, 0, 0.2);

  /* font */
  --font-jp: "Noto Sans JP", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --thin: 100;
  --light: 200;
}

