/*
Theme Name: kango4job-theme
Theme URI: https://kango4job.com/
Author: peko
Description: Kango4Job 専用テーマ
Version: 1.0.0
Text Domain: kango4job-theme
*/


:root {
	--k4j-header-bg: #ffffff;
	--k4j-footer-bg: #ffffff;
	--k4j-text: #1f2937;
	--k4j-muted: #6b7280;
	--k4j-border: #e5e7eb;
	--k4j-blue: #2563eb;
	--k4j-blue-dark: #1d4ed8;
	--k4j-max-width: 1180px;
}

* {
	box-sizing: border-box;
}


body {
	margin: 0;
	color: var(--k4j-text);
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: inherit;
}
