/*
Theme Name: JWLEA
Theme URI: https://jwlea.com
Author: Decode Inc.
Author URI: https://decode-inc.example
Description: Custom theme for 一般社団法人日本ワーク・ライフ・エンゲイジメント協会 (JWLEA) landing page.
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: jwlea
*/

/* Base reset. Section layout/styles live in assets/css/main.css */

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
}
