/* --- Plastic Tipped Cigar brand colours --- */
body {
  background-color: #F6F1E7;   /* off-white background */
  color: #2D2D2D;              /* dark grey text */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  text-transform: none;
}

/* Headings */
h1, h2, h3, h4 {
  font-weight: 400;
  text-transform: lowercase;
  color: #2D2D2D;
}

/* Links */
a {
  color: #6CCFF6;              /* optional light-blue accent */
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Optional horizontal rule and spacing */
hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 3rem 0;
}