/* Toner Cartridge Direct - Custom Styles */

/* Primary teal/cyan color for buttons and accents */
.btn-primary,
button.primary,
.quick-order-btn {
  background-color: #00B5D4;
  color: #ffffff;
  border: none;
  border-radius: 4px;
}

.btn-primary:hover {
  background-color: #0099B8;
}

/* Header styling */
header, .header {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

/* Navigation links */
nav a, .nav-link {
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

nav a:hover {
  color: #00B5D4;
}

/* Body and background */
body {
  background-color: #ffffff;
  color: #333333;
  font-family: Arial, sans-serif;
}

/* Section headings */
h1, h2, h3 {
  font-weight: 700;
  color: #222222;
}