/*
Theme Name: The Lucky Theme
Theme URI: https://theluckyagency.com
Author: The Lucky Agency
Description: Custom theme to match the Lucky Agency Laravel site.
Version: 1.0
*/

body {
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
a {
  color: #2e3192;
}
h1, h2, h3 {
  color: #2e3192;
}

