/*
Theme Name: Fukui HP Theme
Theme URI: https://example.com/
Author: Template Team
Author URI: https://example.com/
Description: Fukui HP WordPress theme with Tailwind CSS and JavaScript.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: fukui-hp-theme
*/

:root {
  --color-primary: #2563eb;
  --color-secondary: #f1f5f9;
  --color-accent: #f59e0b;
  --color-paragraph: #475569;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  /* font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
  line-height: 1.6;
}
