body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    margin: 2rem;
    background: #fafafa;
    color: #000000;
  }
  
  h1 {
    margin-bottom: 1rem;
  }
  
  .day {
    background: #fff;
    padding: 1rem;
    margin-bottom: 0.75rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  }
  
  .day strong {
    display: inline-block;
    margin-bottom: 0.25rem;
  }
  