/* Main CSS file for FormityCast */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Custom styles can be added here */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}