/* Neutral styling for the exercise starter files. Pinned to a light palette so
   the exercises look the same for every student. */
:root{color-scheme:light}
body{margin:0;padding:1.25rem;max-width:46rem;font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
     line-height:1.6;color:#14171c;background:#fff}
h1{font-size:1.4rem;margin:0 0 .75rem}
h2{font-size:1.1rem;margin:1.4rem 0 .5rem}
.task{border:2px solid #704303;background:#fdf5e8;border-radius:6px;padding:.75rem 1rem;margin-bottom:1.25rem;
      font-size:.9375rem}
.task strong{color:#704303}
.field{margin-bottom:.9rem}
.btn{background:#0a4f9e;color:#fff;border:0;border-radius:4px;padding:.5rem 1rem;font:inherit;cursor:pointer}
.card{border:1px solid #b9c2cb;border-radius:6px;padding:.8rem;margin-bottom:.8rem}
input,select,textarea{font:inherit;padding:.35rem .5rem;border:1px solid #6d7883;border-radius:4px;max-width:22rem;width:100%}
table{border-collapse:collapse;width:100%}
td,th{border:1px solid #b9c2cb;padding:.4rem .6rem;text-align:left}
