@import url("/assets/button-57b43802.css");
@import url("/assets/chores-869fcaa1.css");
@import url("/assets/summary-6eaac8a0.css");

body {
  margin: 0;
  background-color: rgb(235, 236, 237);
  font-family: system-ui;
}

a {
  color: rgb(15, 15, 15);
  font-weight: 600;
  text-decoration-color: rgb(148, 148, 148);
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}

a:hover {
  color: rgb(166, 90, 248);
  text-decoration-color: rgb(178, 116, 243);
}
main {
  padding: 0 0.5em;
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header {
  background-color: #fff;
  padding: 1em;
}

.header-row {
  display: flex;
  justify-content: space-between;
}

header nav {
  padding-top: 0.8em;
  font-size: 0.85em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-title {
  color: rgb(15, 15, 15);
  font-weight: 600;
  text-decoration-color: rgb(148, 148, 148);
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
  font-size: 1.25em;
}

.header-session {
  display: flex;
  align-items: center;
}

.header-session button {
  margin-left: 0.8em;
}
