/* Base font alignment */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Primary buttons */
button,
input[type="submit"] {
  background-color: #E4572E; /* replace with Blaze brand hex */
  border-radius: 4px;
}

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

/* Reduce excessive width */
.container {
  max-width: 720px;
}
