/* styles.css - Extra custom styling */

body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3 {
  font-weight: 600;
}

ul {
  padding-left: 1.2rem;
}

.hero h1 {
  font-size: 3rem;
}

.hero p {
  font-size: 1.2rem;
}

footer small {
  color: #666;
}
