/* === Interior Lifestyle Design - HESK Theme Custom Styles === */

/* General Body */
body {
  background-color: #F3F2EC !important; /* soft cream */
  color: #333333 !important;
  font-family: Arial, sans-serif !important;
}

/* Links */
a {
  color: #E576F2 !important; /* soft violet */
  text-decoration: none !important;
}

a:hover {
  color: #C4CBBE !important; /* muted sage-gray */
}

/* Header and Navigation Bar */
.header, .navbar, .topbar {
  background-color: #CFDFE4 !important; /* dusty blue-gray */
  color: #000000 !important;
  padding: 10px !important;
}

/* Buttons */
.button, input[type="submit"], input[type="button"] {
  background-color: #C4CBBE !important; /* muted sage-gray */
  color: #ffffff !important;
  border: none !important;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}

.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color: #A6C3CD !important; /* complementary tone */
}

/* Ticket form and content boxes */
.box, .form-container, .ticket {
  background-color: #F9EDF9 !important; /* light lavender-pink */
  border: 1px solid #CFDFE4 !important;
  padding: 16px !important;
  border-radius: 5px !important;
}
