/* Home Page Specific Styles */

/* Custom utilities for the neobrutalist style */
body {
  background-color: #FAF8F5;
  color: #121212;
  font-family: 'Space Grotesk', sans-serif;
}

.neobrutalist-border {
  border: 3px solid #121212;
}

.text-stroke {
  -webkit-text-stroke: 1px #121212;
}
