/*
Theme Name: Half Baked Idea
Theme URI: http://www.halfbakedidea.ca/
Author: You
Description: A dark, playful theme for restaurant reviews with multi-author support.
Version: 1.0
*/

body {
  font-family: 'HalfBakedBody', sans-serif;
  background-color: #1c1b22;
  color: #f8e8ff;
  font-size: 1.1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-family: 'HalfBakedHeader', cursive;
  color: #ff6fcf;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.review-card, .author-box {
  background: #2a2730;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px rgba(255, 111, 207, 0.2);
}
