/*
Theme Name: Hỗ trợ dịch vụ công trực tuyến
Author: WP Designer
Description: Theme chuyên nghiệp dành cho dịch vụ công trực tuyến, kế toán, thuế.
Version: 1.0
Text Domain: dichvucong
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700;800&display=swap');

body {
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
}

.primary-color {
  color: #d98612;
}

.bg-primary {
  background-color: #d98612;
}

.border-primary {
  border-color: #d98612;
}

.btn-cta {
  background-color: #d98612;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background-color: #b36e0e;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(217, 134, 18, 0.3);
}