/*
Theme Name: Identity Design
Theme URI: https://identitydesign.vn
Author: Identity Design
Author URI: https://identitydesign.vn
Description: Theme cho website Identity Design, có sẵn page template Landing Page 21 Ngày với nội dung quản lý qua Custom Field.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: identity-design
*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #101116;
	background: #fff;
}

a {
	color: #1432ff;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

.site-header-menu {
	list-style: none;
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
}
.site-header-menu a {
	text-decoration: none;
	color: #101116;
	font-weight: 600;
	font-size: 14px;
}
