/*
Theme Name: Yên Lam Lâm Đồng
Theme URI: https://yenlamlamdong.vn
Author: Antigravity
Author URI: https://yenlamlamdong.vn
Description: Theme WordPress chuẩn SEO, code tay không dùng page builder, thiết kế riêng cho Nông sản Yên Lam Lâm Đồng theo nhận diện thương hiệu.
Version: 1.23.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: yenlam
Domain Path: /languages
*/

/* Reset & Root Variables */
:root {
  --primary-dark: #0a3821;       /* Màu xanh lá đậm header, footer, button */
  --primary-dark-hover: #072a19;
  --primary-green: #1f7a3f;      /* Màu xanh lá tươi hơn cho accent */
  --accent-green: #2e8b57;
  --light-green-bg: #eaf5ee;
  --bg-cream: #fbf9f5;           /* Nền màu kem nhạt */
  --bg-cream-darker: #f3efe6;
  --text-dark: #111827;          /* Màu chữ tiêu đề */
  --text-body: #374151;          /* Màu chữ nội dung */
  --text-muted: #6b7280;         /* Màu chữ ghi chú */
  --text-light: #9ca3af;
  --white: #ffffff;
  --border-color: #e5e7eb;
  --border-light: #f0ede6;
  
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  
  --container-width: 1240px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --transition: all 0.25s ease-in-out;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  color: var(--text-body);
  background-color: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

ul, ol {
  list-style: none;
}

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

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
