@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('/res/fonts/decoy/decoy.css');

html, body, #app, #loading {
  height: 100%;
}

body {
  max-width: 100%;
  width: 800px;
  margin: auto;
  font-family: Merriweather, serif;
  font-optical-sizing: auto;
  font-size: 1.25em;
  color: #481e1e;
}

textarea {
  width: 100%;
}

h1, h2, h3, h4 {
  font-family: "decoybold", serif;
  font-weight: 700;
  font-style: normal;
}

lumi-sprite {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 200px;
}

inline-icon {
  display: inline-flex;
}

input-row {
  display: flex;
  width: 100%;
  justify-content: end;
}

input-row.spread {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

input-row.spread span {
  display: flex;
  align-items: center;
  gap: 1em;
}

div.host {
  margin-bottom: 5em;
}

div.admin button.sync {
  float: right;
}
