/*
 Theme Name: Thiepcuoi Child
 Template: astra
 Description: Child theme for thiepcuoi.store — thiep cuoi niche
 Author: Ban bien tap thiepcuoi.store
 Text Domain: thiepcuoi-child
 Version: 1.0
*/

:root {
  --primary: #8A6A52;
  --accent: #D6BFA8;
  --bg: #FAF6F0;
  --text: #2E2A27;
}

body {
  background-color: var(--bg);
  color: var(--text);
  font-family: 'Be Vietnam Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  color: var(--primary);
}

a {
  color: var(--primary);
}

a:hover {
  color: var(--accent);
}

.ast-primary-header {
  background-color: var(--bg);
}

.ast-main-navigation .menu-item > a {
  color: var(--text);
}

.ast-main-navigation .menu-item > a:hover {
  color: var(--primary);
}

/* CTA Button */
.thiepcuoi-cta-btn {
  display: inline-block;
  background-color: var(--primary);
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 6px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.thiepcuoi-cta-btn:hover {
  background-color: var(--accent);
  color: var(--text) !important;
}
