/* yasagashi overrides / conflicting rules moved here
   This file is intended to be loaded after common.css so these rules win. */
body {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  margin: 0;
  padding: 16px;
  background: #f4f4f7;
  color: #222;
}

h1 {
  margin-top: 0;
  font-size: 1.3rem;
}

label {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

/* input[type="text"] was present in common.css; keep yasagashi's preferred styling here to override */
input[type="text"]{
  padding:4px 6px;
  font-size:0.9rem;
}
